-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.63 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
58
59
60
61
62
63
64
65
66
{
"name": "eslint-config-tc",
"version": "0.0.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
"code",
"quality",
"style",
"lint",
"linter",
"eslint",
"code style"
],
"homepage": "https://github.com/tclindner/eslint-config-tc#readme",
"bugs": {
"url": "https://github.com/tclindner/eslint-config-tc/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "git+https://github.com/tclindner/eslint-config-tc.git"
},
"files": [
"rules",
"CONTRIBUTING.md"
],
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"lint": "npm run npmpackagejsonlint && npm run eslint",
"npmpackagejsonlint": "npmPkgJsonLint .",
"test": "jest"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"enhanced-resolve": "^5.18.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"is-plain-obj": "^3.0.0",
"jest": "^29.7.0",
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-tc": "^8.0.1",
"prettier": "^3.4.2"
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0"
},
"peerDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": ">=37.0.0",
"prettier": "^3.4.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"license": "MIT"
}