forked from vrhpires/codacy-eslint9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.19 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
69
70
71
72
73
74
75
76
77
78
{
"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 docs-generator"
},
"type": "module",
"workspaces": [
"workspaces/docs-generator",
"workspaces/codacy",
"lib"
],
"files": [
"workspaces/docs-generator/src",
"workspaces/codacy/src",
"lib"
],
"dependencies": {
"@eslint-stylistic/metadata": "^2.9.0",
"@eslint/compat": "^1.2.0",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-expect-type": "0.4.3",
"eslint-plugin-angular": "4.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "^29.7.0",
"npm-check-updates": "^17.1.3",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"codacy-seed": "2.2.6",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-webpack": "^0.13.9",
"globals": "^15.11.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.8.0"
}
}