2019-05-22 21:07:09 +03:00
|
|
|
{
|
2023-06-05 20:11:10 +03:00
|
|
|
"name": "@vscode/dts",
|
2024-06-28 17:41:42 +03:00
|
|
|
"version": "0.4.1",
|
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"
|
|
|
|
},
|
2021-11-01 09:55:02 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/vscode-dts.git"
|
|
|
|
},
|
2019-09-06 19:49:50 +03:00
|
|
|
"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": {
|
2023-06-05 20:11:10 +03:00
|
|
|
"https-proxy-agent": "^7.0.0",
|
|
|
|
"minimist": "^1.2.8",
|
|
|
|
"prompts": "^2.4.2"
|
2019-09-06 19:49:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-05 20:11:10 +03:00
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
"@types/node": "^14.0.0",
|
|
|
|
"@types/prompts": "^2.4.4",
|
|
|
|
"@types/rimraf": "^3.0.2",
|
|
|
|
"typescript": "^5.1.3"
|
2019-09-06 19:49:50 +03:00
|
|
|
}
|
2019-05-22 21:07:09 +03:00
|
|
|
}
|