forked from microsoft/typescript-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.65 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.65 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
{
"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.16",
"chokidar": "^5.0.0",
"dprint": "^0.53.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": "^5.9.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/*"
],
"packageManager": "npm@11.11.1+sha512.6ac6b30a876415dcf545e433ba4cb34bf0c3efbb86088a9415e446de0b5a4fc6fd511d277b59bd40e06e3204fbda28f5aeded346b3a8c780355b39ed31622e12",
"volta": {
"node": "22.22.0",
"npm": "11.11.1"
}
}