-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 882 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
36
37
{
"name": "@mzkmnk-lab/eslint-custom-rules",
"version": "1.4.0",
"description": "eslint custom rules",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"release": "semantic-release"
},
"keywords": [
"angular",
"eslint",
"eslint-plugin"
],
"author": "mzkmnk",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@angular-eslint/template-parser": "^19.1.0",
"@angular-eslint/test-utils": "^19.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.14",
"@typescript-eslint/parser": "^8.24.1",
"@typescript-eslint/utils": "^8.24.1",
"jest": "^29.7.0",
"semantic-release": "^24.2.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^9.21.0"
},
"private": false
}