forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 746 Bytes
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
{
"name": "typescript-newest-test",
"description": "Building this project tests Heft with the newest supported TypeScript compiler version",
"version": "1.0.0",
"private": true,
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"eslint": "~8.57.0",
"local-node-rig": "workspace:*",
"typescript": "~5.8.2"
},
"dependenciesMeta": {
"@rushstack/eslint-config": {
"injected": true
},
"@rushstack/heft": {
"injected": true
},
"local-node-rig": {
"injected": true
}
}
}