74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"name": "vsce",
|
|
"version": "1.54.0",
|
|
"description": "VSCode Extension Manager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vsce"
|
|
},
|
|
"homepage": "https://code.visualstudio.com",
|
|
"bugs": "https://github.com/Microsoft/vsce/issues",
|
|
"keywords": [
|
|
"vscode",
|
|
"vsce",
|
|
"extension"
|
|
],
|
|
"contributors": [
|
|
"Microsoft Corporation"
|
|
],
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"main": "out/api.js",
|
|
"typings": "out/api.d.ts",
|
|
"bin": {
|
|
"vsce": "out/vsce"
|
|
},
|
|
"scripts": {
|
|
"watch": "gulp watch",
|
|
"watch-test": "gulp watch-test",
|
|
"test": "gulp compile && mocha",
|
|
"prepublishOnly": "gulp compile && mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"cheerio": "^1.0.0-rc.1",
|
|
"commander": "^2.8.1",
|
|
"denodeify": "^1.2.1",
|
|
"glob": "^7.0.6",
|
|
"lodash": "^4.17.10",
|
|
"markdown-it": "^8.3.1",
|
|
"mime": "^1.3.4",
|
|
"minimatch": "^3.0.3",
|
|
"osenv": "^0.1.3",
|
|
"parse-semver": "^1.1.1",
|
|
"read": "^1.0.7",
|
|
"semver": "^5.1.0",
|
|
"tmp": "0.0.29",
|
|
"url-join": "^1.1.0",
|
|
"vso-node-api": "6.1.2-preview",
|
|
"yauzl": "^2.3.1",
|
|
"yazl": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.1",
|
|
"@types/markdown-it": "0.0.2",
|
|
"@types/node": "^8",
|
|
"eslint": "^3.17.1",
|
|
"event-stream": "3.3.4",
|
|
"gulp": "^3.9.0",
|
|
"gulp-filter": "^4.0.0",
|
|
"gulp-sourcemaps": "^2.4.1",
|
|
"gulp-tsb": "^1.6.0",
|
|
"gulp-tslint": "^6.1.1",
|
|
"gulp-typescript": "^3.1.5",
|
|
"mocha": "^5.2.0",
|
|
"rimraf": "^2.4.3",
|
|
"source-map-support": "^0.4.2",
|
|
"tslint": "^3.15.1",
|
|
"typescript": "^2.2.1",
|
|
"xml2js": "^0.4.12"
|
|
}
|
|
}
|