|
1 | 1 | { |
2 | 2 | "name": "angular-eslint-template-parser", |
3 | 3 | "version": "0.1.1", |
4 | | - "repository": "git+https://github.com/rx-ts/angular-eslint-template-parser.git", |
| 4 | + "repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git", |
5 | 5 | "author": "JounQin <[email protected]>", |
6 | 6 | "license": "MIT", |
| 7 | + "packageManager": "[email protected]", |
7 | 8 | "main": "index.js", |
8 | 9 | "types": "index.d.ts", |
9 | 10 | "files": [ |
|
13 | 14 | "scripts": { |
14 | 15 | "build": "tsc -p jsconfig.json", |
15 | 16 | "lint": "eslint --cache .", |
16 | | - "prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
17 | | - "prerelease": "npm run build", |
18 | | - "release": "clean-publish && changeset publish" |
| 17 | + "prepack": "clean-pkg-json", |
| 18 | + "prepare": "simple-git-hooks || exit 0", |
| 19 | + "prerelease": "yarn build", |
| 20 | + "release": "changeset publish" |
19 | 21 | }, |
20 | 22 | "peerDependencies": { |
21 | 23 | "@angular-eslint/template-parser": "*" |
22 | 24 | }, |
23 | 25 | "devDependencies": { |
24 | | - "@1stg/common-config": "^2.5.2", |
25 | | - "@angular-eslint/template-parser": "^12.7.0", |
26 | | - "@angular/compiler": "^12.2.17", |
27 | | - "@angular/core": "^12.2.17", |
| 26 | + "@1stg/common-config": "^10.0.0", |
| 27 | + "@angular-eslint/template-parser": "^19.2.0", |
| 28 | + "@angular/compiler": "^19.2.1", |
| 29 | + "@angular/core": "^19.2.1", |
28 | 30 | "@changesets/changelog-github": "^0.5.1", |
29 | 31 | "@changesets/cli": "^2.28.1", |
30 | | - "@types/eslint": "^7.29.0", |
31 | | - "clean-publish": "^2.2.0", |
32 | | - "typescript": "^4.9.5" |
| 32 | + "@commitlint/cli": "^18.6.1", |
| 33 | + "@types/eslint": "^8.56.12", |
| 34 | + "clean-pkg-json": "^1.2.0", |
| 35 | + "eslint": "^8.57.1", |
| 36 | + "lint-staged": "^15.4.3", |
| 37 | + "simple-git-hooks": "^2.11.1", |
| 38 | + "typescript": "^5.8.2" |
| 39 | + }, |
| 40 | + "resolutions": { |
| 41 | + "eslint-plugin-jsdoc": "^48.3.0" |
33 | 42 | } |
34 | 43 | } |
0 commit comments