-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.76 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
67
68
{
"name": "codacy-eslint9",
"description": "Eslint 9 Tool for Codacy",
"keywords": [
"codacy",
"eslint",
"javascript",
"linter",
"typescript"
],
"homepage": "https://github.com/codacy/codacy-eslint9#readme",
"bugs": {
"url": "https://github.com/codacy/codacy-eslint9/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codacy/codacy-eslint9.git"
},
"license": "Apache-2.0",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:docker:dev": "docker build -t codacy-eslint9:dev .",
"lint": "eslint **/*.ts",
"init": "npm i --legacy-peer-deps && npm i --legacy-peer-deps -ws",
"preupgrade": "npx npm-check-updates -u -ws --root",
"upgrade": "npm install --legacy-peer-deps -ws --root",
"postupgrade": "npm start -w doc-generator"
},
"type": "module",
"workspaces": [
"workspaces/docs-generator",
"workspaces/codacy",
"lib"
],
"files": [
"workspaces/docs-generator/src",
"workspaces/codacy/src",
"lib"
],
"dependencies": {
"@eslint-stylistic/metadata": "^2.3.0",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.39"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"codacy-seed": "^2.2.4",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.3"
}
}