-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@trigen/lint-package-json",
"type": "module",
"version": "8.0.0-alpha.30",
"description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/scripts.git",
"directory": "packages/lint-package-json"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/scripts/issues"
},
"keywords": [
"npm-package-json-lint",
"dlx"
],
"engines": {
"node": ">=14"
},
"bin": {
"lint-package-json": "./src/index.js"
},
"publishConfig": {
"access": "public",
"directory": "package",
"linkDirectory": false
},
"scripts": {
"prepublishOnly": "del ./package && clean-publish",
"postpublish": "del ./package"
},
"dependencies": {
"@trigen/npm-package-json-lint-config": "^8.0.0-alpha.30",
"argue-cli": "^2.1.0",
"npm-package-json-lint": "^7.0.0"
}
}