-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 995 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
{
"name": "angular-eslint-template-parser",
"version": "0.1.1",
"repository": "git+https://github.com/rx-ts/angular-eslint-template-parser.git",
"author": "JounQin <[email protected]>",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"build": "tsc -p jsconfig.json",
"lint": "eslint --cache .",
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "npm run build",
"release": "clean-publish && changeset publish"
},
"peerDependencies": {
"@angular-eslint/template-parser": "*"
},
"devDependencies": {
"@1stg/common-config": "^2.5.2",
"@angular-eslint/template-parser": "^12.7.0",
"@angular/compiler": "^12.2.17",
"@angular/core": "^12.2.17",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@types/eslint": "^7.29.0",
"clean-publish": "^2.2.0",
"typescript": "^4.9.5"
}
}