forked from microsoft/typescript-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 KB
/
package.json
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
{
"name": "typescript-go",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript"
],
"bugs": {
"url": "https://github.com/microsoft/typescript-go/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/typescript-go.git"
},
"devDependencies": {
"@types/node": "latest",
"@types/which": "^3.0.4",
"chokidar": "^4.0.3",
"dprint": "^0.47.6",
"execa": "^9.5.1",
"glob": "^10.4.5",
"hereby": "^1.10.0",
"json-schema-to-typescript-lite": "^14.1.0",
"picocolors": "^1.1.1",
"typescript": "^5.7.3",
"which": "^5.0.0"
},
"scripts": {
"postinstall": "hereby postinstall",
"build": "hereby build",
"build:watch": "hereby build:watch",
"test": "hereby test",
"extension:build": "npm run -w typescript-lsp build",
"extension:watch": "npm run -w typescript-lsp watch"
},
"workspaces": [
"./_extension"
],
"packageManager": "[email protected]",
"volta": {
"node": "20.5.1",
"npm": "8.19.4"
}
}