|
3 | 3 | "version": "13.0.4", |
4 | 4 | "description": "A parser that converts Angular source code into an ESTree-compatible form", |
5 | 5 | "keywords": [], |
6 | | - "main": "./lib/index.js", |
7 | | - "types": "./lib/index.d.ts", |
| 6 | + "main": "./dist/index.js", |
| 7 | + "types": "./dist/index.d.ts", |
8 | 8 | "repository": "https://github.com/prettier/angular-estree-parser", |
9 | 9 | "homepage": "https://github.com/prettier/angular-estree-parser#readme", |
10 | 10 | "author": { |
|
14 | 14 | }, |
15 | 15 | "license": "MIT", |
16 | 16 | "scripts": { |
17 | | - "clean": "del-cli ./lib", |
18 | 17 | "prepare": "yarn run build", |
19 | 18 | "test": "vitest", |
20 | 19 | "lint": "run-p \"lint:*\"", |
|
23 | 22 | "fix": "run-s \"fix:*\"", |
24 | 23 | "fix:eslint": "yarn lint:eslint --fix", |
25 | 24 | "fix:prettier": "yarn lint:prettier --write", |
26 | | - "build": "yarn clean && tsc -p ./tsconfig.build.json", |
| 25 | + "build": "tsdown", |
27 | 26 | "release": "release-it" |
28 | 27 | }, |
29 | 28 | "devDependencies": { |
|
33 | 32 | "@babel/types": "8.0.0-beta.2", |
34 | 33 | "@types/node": "24.7.1", |
35 | 34 | "@vitest/coverage-v8": "3.2.4", |
36 | | - "del-cli": "7.0.0", |
37 | 35 | "eslint": "9.37.0", |
38 | 36 | "eslint-config-prettier": "10.1.8", |
39 | 37 | "eslint-plugin-simple-import-sort": "12.1.1", |
|
44 | 42 | "npm-run-all2": "8.0.4", |
45 | 43 | "prettier": "3.6.2", |
46 | 44 | "release-it": "19.0.5", |
| 45 | + "tsdown": "0.15.6", |
47 | 46 | "typescript": "5.9.3", |
48 | 47 | "typescript-eslint": "8.46.0", |
49 | 48 | "vitest": "3.2.4" |
|
55 | 54 | "node": ">= 20" |
56 | 55 | }, |
57 | 56 | "files": [ |
58 | | - "lib" |
| 57 | + "dist" |
59 | 58 | ], |
60 | 59 | "type": "module", |
61 | 60 | "publishConfig": { |
|
0 commit comments