-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 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
{
"name": "@epam/eslint-config-angular",
"version": "1.1.0",
"description": "",
"main": "index.mjs",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/EPAM-JS-Competency-center/eslint-config-angular.git"
},
"author": {
"name": "Sergey Gultyayev",
"email": "gultyayev.sergey@gmail.com"
},
"scripts": {
"release": "standard-version"
},
"files": [
"index.mjs",
"index.d.mts",
"LICENSE",
"README.md",
"configs"
],
"keywords": [
"eslint",
"config",
"angular"
],
"types": "index.d.mts",
"license": "MIT",
"dependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"angular-eslint": "^18.4.0",
"eslint": ">= 9",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-sonarjs": "^2.0.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/eslint": "^9.6.1",
"lefthook": "^1.8.1",
"prettier": "^3.2.5",
"standard-version": "^9.5.0"
}
}