-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 KB
/
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
{
"name": "@projectlint/plugin-package.json",
"version": "0.0.0",
"description": "`package.json` file rules for `projectlint`",
"main": "lib",
"scripts": {
"test": "jest --coverage --notify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectlint/rules-package.json.git"
},
"author": "Jesús Leganés-Combarro 'piranna' <piranna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/projectlint/rules-package.json/issues"
},
"homepage": "https://github.com/projectlint/rules-package.json#readme",
"dependencies": {
"@pkgjs/nv": "0.0.3",
"git-semver-tags": "^3.0.1",
"npm-check-updates": "^4.1.2",
"npm-conf": "^1.1.3",
"npm-package-json-lint": "^5.1.0",
"npm-package-json-lint-config-default": "^3.0.0",
"require-directory": "^2.1.1"
},
"devDependencies": {
"@projectlint/projectlint": "github:projectlint/projectlint",
"jest-cli": "^26.0.0",
"prettier": "^2.0.5"
},
"peerDependencies": {
"@projectlint/projectlint": "github:projectlint/projectlint"
}
}