nativescript-cloud/package.json

110 строки
3.0 KiB
JSON

{
"name": "nativescript-cloud",
"version": "1.21.2",
"description": "Used for cloud support in NativeScript CLI",
"main": "lib/bootstrap.js",
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 1000 test/",
"tslint": "tslint -p tsconfig.json -e 'node_modules/**/*'",
"tslint-fix": "tslint -p tsconfig.json --fix -e 'node_modules/**/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NativeScript/nativescript-cloud.git"
},
"author": "Progress <support@telerik.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/nativescript-cloud/issues"
},
"homepage": "https://github.com/NativeScript/nativescript-cloud#readme",
"devDependencies": {
"@types/chai": "4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/minimatch": "3.0.3",
"@types/node": "8.10.30",
"@types/node-forge": "0.6.7",
"@types/promise-retry": "1.1.3",
"@types/randomstring": "1.1.6",
"@types/semver": "5.5.0",
"@types/source-map": "0.5.0",
"@types/uuid": "2.0.29",
"@types/ws": "6.0.1",
"chai": "3.5.0",
"chai-as-promised": "7.0.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-shell": "1.3.0",
"grunt-ts": "6.0.0-beta.22",
"istanbul": "0.4.5",
"mocha": "3.5.3",
"mocha-typescript": "1.1.8",
"nativescript": "https://github.com/NativeScript/nativescript-cli/tarball/master",
"should": "7.0.2",
"spec-xunit-file": "0.0.1-3",
"tslint": "5.14.0",
"typescript": "3.4.1"
},
"dependencies": {
"aws4": "1.6.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
"cookie": "0.3.1",
"lodash": "4.17.4",
"minimatch": "3.0.4",
"nativescript-doctor": "1.12.0",
"node-forge": "0.7.0",
"osenv": "0.1.4",
"promise-retry": "1.1.1",
"querystring": "0.2.0",
"randomstring": "1.1.5",
"semver": "5.5.0",
"simple-plist": "0.2.1",
"temp": "0.8.3",
"uuid": "3.0.1",
"ws": "6.1.2",
"xml-escape": "1.1.0"
},
"keywords": [
"nativescript",
"nativescript:extension",
"nativescript-cloud",
"cloud",
"build"
],
"nativescript": {
"commands": [
"accept|eula",
"account",
"account|features",
"account|usage",
"build|cloud",
"cloud|build",
"cloud|clean|workspace",
"cloud|codesign",
"cloud|deploy",
"cloud|lib|version",
"cloud|publish|android",
"cloud|publish|ios",
"cloud|run",
"cloud|run|android",
"cloud|run|ios",
"codesign|cloud",
"config",
"config|apply",
"config|reset",
"config|set",
"deploy|cloud",
"dev-login",
"login",
"logout",
"run|cloud",
"run|cloud|android",
"run|cloud|ios",
"user"
],
"docs": "docs"
}
}