2019-05-22 21:07:09 +03:00
|
|
|
{
|
2019-09-06 19:49:50 +03:00
|
|
|
"name": "vscode-dts",
|
2019-09-11 21:15:09 +03:00
|
|
|
"version": "0.3.0",
|
2019-09-06 19:49:50 +03:00
|
|
|
"description": "CLI utility for downloading vscode.d.ts and vscode.proposed.d.ts",
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"bin": "index.js",
|
|
|
|
"scripts": {
|
2019-09-11 21:13:47 +03:00
|
|
|
"compile": "tsc -p .",
|
|
|
|
"watch": "tsc -w -p .",
|
2019-09-11 21:17:11 +03:00
|
|
|
"prepublishOnly": "tsc -p ."
|
2019-09-06 19:49:50 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-09-11 21:13:47 +03:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"prompts": "^2.1.0",
|
|
|
|
"rimraf": "^3.0.0"
|
2019-09-06 19:49:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-11 21:13:47 +03:00
|
|
|
"@types/minimist": "^1.2.0",
|
2019-09-06 19:49:50 +03:00
|
|
|
"@types/node": "^12.0.2",
|
2019-09-11 21:13:47 +03:00
|
|
|
"@types/prompts": "^2.0.1",
|
|
|
|
"@types/rimraf": "^2.0.2",
|
2019-09-06 19:49:50 +03:00
|
|
|
"typescript": "^3.6.2"
|
|
|
|
}
|
2019-05-22 21:07:09 +03:00
|
|
|
}
|