-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 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
{
"name": "@typescript/repo",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=22.18"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "hereby build",
"build:watch": "hereby build:watch",
"build:watch:debug": "hereby build:watch --debug",
"test": "hereby test",
"lint": "hereby lint",
"format": "hereby format",
"check:format": "hereby check:format",
"generate": "hereby generate",
"tidy": "hereby tidy",
"extension:build": "npm run -w native-preview build",
"extension:watch": "npm run -w native-preview watch",
"setup-hooks": "node tools/scripts/link-hooks.mjs"
},
"devDependencies": {
"@dprint/json": "^0.22.0",
"@dprint/typescript": "^0.96.1",
"@jakebailey/dprint-plugin-gofumpt": "^0.0.13",
"@types/node": "^22.20.1",
"@unicode/unicode-15.1.0": "^1.6.17",
"adm-zip": "^0.6.0",
"chokidar": "^5.0.0",
"dprint": "^0.56.1",
"dprint-plugin-yaml": "^0.6.0",
"hereby": "^1.15.2",
"tar": "^7.5.22",
"tinyexec": "^1.3.0",
"typescript": "^6.0.3"
},
"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.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43",
"volta": {
"node": "24.20.0",
"npm": "11.17.0"
},
"allowScripts": {
"@vscode/vsce-sign@2.1.0": true,
"keytar@7.9.0": true,
"dprint@0.56.1": true,
"esbuild@0.28.2": true
}
}