-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.5 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "npm-package-json-lint-config-default",
"version": "0.0.0",
"description": "Default npm-package-json-lint shareable config",
"keywords": [
"lint",
"linter",
"package.json",
"audit",
"auditor",
"npm-package-json-lint",
"npm-package-json-lintconfig",
"npm-package-json-lint-config"
],
"homepage": "https://github.com/tclindner/npm-package-json-lint-config-default#readme",
"bugs": {
"url": "https://github.com/tclindner/npm-package-json-lint-config-default/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "git+https://github.com/tclindner/npm-package-json-lint-config-default.git"
},
"files": [
"index.js",
"CONTRIBUTING.md"
],
"main": "index.js",
"scripts": {
"eslint": "eslint *.js",
"lint": "npm run npmpackagejsonlint && npm run eslint",
"npmpackagejsonlint": "npmPkgJsonLint .",
"test": "jest",
"test:ci": "jest --runInBand"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-tc": "^26.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"is-plain-obj": "^3.0.0",
"jest": "^29.7.0",
"npm-package-json-lint": "^8.0.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
"npm-package-json-lint": "^8.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"license": "MIT"
}