{ "name": "vsce", "version": "1.0.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/main.js", "bin": { "vsce": "out/vsce" }, "scripts": { "test": "mocha", "prepublish": "gulp compile && mocha" }, "engines": { "node": ">= 0.12" }, "dependencies": { "commander": "^2.8.1", "denodeify": "^1.2.1", "glob": "^5.0.14", "lodash": "^3.10.1", "mime": "^1.3.4", "minimatch": "^2.0.10", "osenv": "^0.1.3", "read": "^1.0.7", "semver": "^5.1.0", "tmp": "0.0.27", "url-join": "0.0.1", "vso-node-api": "^0.5.0", "yauzl": "^2.3.1", "yazl": "^2.2.2" }, "devDependencies": { "event-stream": "^3.3.1", "gulp": "^3.9.0", "gulp-filter": "^3.0.1", "gulp-tsb": "^1.6.0", "mocha": "^2.3.3", "rimraf": "^2.4.3", "source-map-support": "^0.3.2", "typescript": "^1.7.5", "xml2js": "^0.4.12" } }