-
Notifications
You must be signed in to change notification settings - Fork 893
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.82 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.82 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
{
"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.14.0",
"p-limit": "^7.3.0",
"picocolors": "^1.1.1",
"tmp": "^0.2.5",
"typescript": "^6.0.2",
"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": "[email protected]+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c",
"volta": {
"node": "22.22.0",
"npm": "11.12.1"
}
}