forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 783 Bytes
/
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
{
"name": "typespec-vs",
"author": "Microsoft Corporation",
"version": "0.55.0",
"description": "TypeSpec Language Support for Visual Studio",
"homepage": "https://typespec.io",
"readme": "https://github.com/microsoft/typespec/blob/main/README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/typespec.git"
},
"bugs": {
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
],
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"files": [
"Microsoft.TypeSpec.VS.vsix"
],
"scripts": {
"build": "node scripts/build.js"
},
"devDependencies": {
"@typespec/internal-build-utils": "workspace:~",
"typespec-vscode": "workspace:~"
}
}