vscode-vsce/package.json
Joao Moreno d7cce907d9 1.33.1
2017-11-14 22:02:54 +01:00

70 lines
1.6 KiB
JSON

{
"name": "vsce",
"version": "1.33.1",
"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": {
"dev": "gulp watch-test",
"test": "gulp compile && mocha",
"prepublish": "gulp compile && mocha"
},
"engines": {
"node": ">= 4"
},
"dependencies": {
"cheerio": "^1.0.0-rc.1",
"commander": "^2.8.1",
"denodeify": "^1.2.1",
"glob": "^7.0.6",
"lodash": "^4.15.0",
"markdown-it": "^8.3.1",
"mime": "^1.3.4",
"minimatch": "^3.0.3",
"osenv": "^0.1.3",
"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",
"eslint": "^3.17.1",
"event-stream": "^3.3.1",
"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": "^3.0.2",
"rimraf": "^2.4.3",
"source-map-support": "^0.4.2",
"tslint": "^3.15.1",
"typescript": "^2.2.1",
"xml2js": "^0.4.12"
}
}