-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 962 Bytes
/
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
{
"author": "Team @ng-all",
"bugs": {
"url": "https://github.com/ng-all/eslint-config/issues"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "^18.2.0",
"@angular-eslint/eslint-plugin-template": "^18.2.0",
"@angular-eslint/template-parser": "^18.2.0",
"@ts-all/eslint-config": "^0.1.19"
},
"description": "eslint-config for Angular projects",
"devDependencies": {
"@angular/core": "^18.1.3",
"typescript": "^5.5.4"
},
"homepage": "https://github.com/ng-all/eslint-config#readme",
"keywords": [
"eslint",
"eslint-config",
"angular",
"typescript"
],
"license": "MIT",
"main": "index.js",
"name": "@ng-all/eslint-config",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ng-all/eslint-config.git"
},
"version": "0.1.3"
}