appcenter-cli
Version:
Command line tool for Visual Studio App Center
140 lines (139 loc) • 4.02 kB
JSON
{
"name": "appcenter-cli",
"version": "1.1.18",
"description": "Command line tool for Visual Studio App Center",
"keywords": [
"microsoft",
"appcenter",
"azure"
],
"homepage": "https://github.com/Microsoft/appcenter-cli#readme",
"engine": {
"node": ">=6.3.0"
},
"main": "dist/index.js",
"bin": {
"appcenter": "./bin/appcenter.js"
},
"preferGlobal": true,
"scripts": {
"build": "npm run tslint && gulp build:raw",
"tslint": "tslint --project .",
"test": "npm run tslint && mocha --compilers ts:ts-node/register --recursive ./test/**/*-test.[tj]s",
"watch-test": "mocha --compilers ts:ts-node/register --recursive ./test/**/*-test.[tj]s --watch",
"autorest:clean": "rimraf src/util/apis/generated",
"autorest": "npm run autorest:clean && node scripts/autorest.js",
"clean": "gulp clean",
"prepublishOnly": "npm run tslint && gulp prepublish",
"download-swagger": "gulp download-swagger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/appcenter-cli.git"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/appcenter-cli/issues"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/chalk": "^0.4.31",
"@types/debug": "0.0.30",
"@types/duplexify": "3.5.0",
"@types/from2": "^2.3.0",
"@types/glob": "^5.0.35",
"@types/inquirer": "0.0.41",
"@types/jsonwebtoken": "^7.2.8",
"@types/jszip": "^3.1.4",
"@types/libxmljs": "^0.14.31",
"@types/lodash": "^4.14.116",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.48",
"@types/mock-require": "^1.3.3",
"@types/nock": "^8.2.1",
"@types/node": "^6.0.116",
"@types/node-fetch": "^1.6.9",
"@types/opener": "^1.4.0",
"@types/promises-a-plus": "0.0.27",
"@types/promptly": "^1.1.28",
"@types/pumpify": "^1.4.1",
"@types/qs": "^6.5.1",
"@types/request": "^2.47.1",
"@types/rimraf": "^2.0.2",
"@types/semver": "^5.5.0",
"@types/sinon": "^2.3.7",
"@types/split2": "^2.1.6",
"@types/temp": "^0.8.32",
"@types/through2": "^2.0.34",
"@types/unzipper": "^0.9.2",
"@types/update-notifier": "^2.2.0",
"@types/which": "^1.3.1",
"@types/xml2js": "^0.4.3",
"@types/xmldom": "^0.1.29",
"autorest": "^2.0.4283",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"gulp": "^4.0.1",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.1",
"libxmljs": "^0.18.8",
"mocha": "^5.2.0",
"mock-require": "^2.0.2",
"nock": "^9.6.1",
"sinon": "^5.1.1",
"ts-node": "^3.3.0",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.0",
"tslint-no-unused-expression-chai": "^0.1.3",
"typescript": "^2.9.2"
},
"dependencies": {
"azure-storage": "^2.10.1",
"bplist": "0.0.4",
"chalk": "^1.1.3",
"cli-spinner": "^0.2.8",
"cli-table3": "^0.5.1",
"date-fns": "^1.29.0",
"debug": "^2.2.0",
"from2": "^2.3.0",
"glob": "^7.1.1",
"gradle-to-js": "^1.1.0",
"inquirer": "^5.2.0",
"iso8601-duration": "^1.1.1",
"jsonwebtoken": "^8.3.0",
"jszip": "^3.1.5",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"ms-rest": "^2.3.6",
"natives": "^1.1.6",
"omelette": "^0.4.11",
"opener": "^1.5.0",
"p-limit": "^1.3.0",
"plist": "^2.1.0",
"properties": "^1.2.1",
"pumpify": "^1.5.1",
"qs": "^6.5.2",
"request": "^2.88.0",
"rimraf": "^2.5.4",
"rxjs": "^5.5.12",
"semver": "^5.5.1",
"split": "^1.0.0",
"split2": "^3.0.0",
"temp": "^0.8.3",
"through2": "^2.0.5",
"unzipper": "^0.9.11",
"update-notifier": "^2.5.0",
"uuid": "^3.3.2",
"webpack-cli": "^3.2.3",
"which": "^1.3.1",
"wordwrap": "^1.0.0",
"xml2js": "^0.4.19",
"xmldom": "^0.1.27",
"yazl": "^2.4.3"
}
}