-
Notifications
You must be signed in to change notification settings - Fork 989
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.97 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.97 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"private": true,
"name": "typescript-go",
"version": "0.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=20.19"
},
"devDependencies": {
"@types/adm-zip": "^0.5.8",
"@types/node": "latest",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"adm-zip": "^0.5.17",
"chokidar": "^5.0.0",
"dprint": "^0.54.0",
"execa": "^9.6.1",
"glob": "^13.0.6",
"hereby": "^1.15.1",
"p-limit": "^7.3.0",
"picocolors": "^1.1.1",
"tmp": "^0.2.7",
"typescript": "^6.0.3",
"which": "^6.0.1"
},
"scripts": {
"build": "hereby build",
"build:watch": "hereby build:watch",
"build:watch:debug": "hereby build:watch --debug",
"test": "hereby test",
"api:build": "npm run -w @typescript/api build",
"extension:build": "npm run -w _extension build",
"extension:watch": "npm run -w _extension watch",
"convertfourslash": "node --experimental-strip-types --no-warnings internal/fourslash/_scripts/convertFourslash.mts",
"updatefailing": "node --experimental-strip-types --no-warnings internal/fourslash/_scripts/updateFailing.mts",
"makemanual": "node --experimental-strip-types --no-warnings internal/fourslash/_scripts/makeManual.mts"
},
"workspaces": [
"./_extension",
"./_packages/*"
],
"overrides": {
"@microsoft/applicationinsights-web-basic": "3.3.11",
"@microsoft/1ds-core-js": "4.3.11",
"@microsoft/1ds-post-js": "4.3.11"
},
"packageManager": "npm@11.16.0+sha512.03be172fc3b199c7a06433163e459be5b110a6983c1dd6305b7ac10f6b0fa12e1440755a8df6b1064ab2ccb789df0474919fb9c684e322dc57685ede21752ccb",
"volta": {
"node": "22.22.0",
"npm": "11.16.0"
},
"allowScripts": {
"dprint@0.54.0": true,
"esbuild@0.28.0": true,
"@vscode/vsce-sign@2.0.9": true,
"keytar@7.9.0": true
}
}