-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 925 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 925 Bytes
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
{
"name": "@touch4it/ng_eslint_rulezz",
"version": "1.7.0",
"description": "ESLint rules for Angular projects defined for Touch4IT projects.",
"main": "index.js",
"type": "module",
"scripts": {
"publish:t4i": "npm run npm_prepublish && npm publish --registry https://npm.touch4.it",
"publish:public": "npm run npm_prepublish && npm publish --access public",
"npm_prepublish": "rm -rf node_modules && rm package-lock.json && npm i"
},
"keywords": [],
"author": "Touch4IT",
"dependencies": {
"@eslint/js": "^9.39.2",
"angular-eslint": "^21.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.5.4",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unused-imports": "^4.4.1",
"prettier": "^3.8.1",
"prettier-plugin-packagejson": "^3.0.0",
"typescript-eslint": "^8.55.0"
}
}