{ "name": "nativescript", "preferGlobal": true, "version": "6.5.1", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": { "tns": "./bin/tns", "nativescript": "./bin/tns" }, "main": "./lib/nativescript-cli-lib.js", "scripts": { "setup": "npm i --ignore-scripts && ./node_modules/.bin/grunt", "test": "istanbul cover ./node_modules/mocha/bin/_mocha", "postinstall": "node postinstall.js", "preuninstall": "node preuninstall.js", "prepack": "grunt prepare", "postpack": "grunt set_dev_ga_id", "mocha": "mocha", "tsc": "tsc", "tslint": "tslint -p tsconfig.json", "test-watch": "node ./dev/tsc-to-mocha-watch.js", "tslint-fix": "tslint -p tsconfig.json --fix" }, "repository": { "type": "git", "url": "https://github.com/NativeScript/nativescript-cli.git" }, "keywords": [ "nativescript", "telerik", "mobile" ], "dependencies": { "@nativescript/schematics-executor": "0.0.2", "byline": "4.2.1", "chalk": "1.1.0", "chokidar": "2.0.4", "cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2", "color": "3.0.0", "colors": "1.1.2", "convert-source-map": "1.6.0", "detect-newline": "2.1.0", "email-validator": "1.0.4", "esprima": "2.7.0", "glob": "7.1.3", "iconv-lite": "0.4.11", "inquirer": "6.2.0", "ios-device-lib": "0.7.3", "ios-mobileprovision-finder": "1.0.11", "ios-sim-portable": "4.1.0", "istextorbinary": "2.2.1", "jimp": "0.2.28", "libnpmconfig": "1.2.1", "lodash": "4.17.15", "log4js": "4.1.0", "marked": "0.7.0", "marked-terminal": "https://github.com/NativeScript/marked-terminal/tarball/v3.1.1n", "minimatch": "3.0.2", "mkdirp": "0.5.1", "mute-stream": "0.0.5", "nativescript-dev-xcode": "0.2.1", "nativescript-doctor": "1.13.0", "nativescript-preview-sdk": "0.3.4", "open": "6.0.0", "ora": "2.0.0", "osenv": "0.1.3", "pacote": "9.5.4", "pako": "1.0.6", "pbxproj-dom": "1.2.0", "plist": "1.1.0", "plist-merge-patch": "0.1.1", "proper-lockfile": "3.2.0", "proxy-lib": "0.4.0", "qr-image": "3.2.0", "qrcode-terminal": "0.12.0", "request": "2.85.0", "semver": "5.5.0", "shelljs": "0.7.6", "simple-plist": "0.2.1", "source-map": "0.5.6", "stringify-package": "1.0.0", "tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", "tar": "4.4.4", "temp": "0.8.3", "universal-analytics": "0.4.15", "uuid": "3.0.1", "winreg": "0.0.17", "ws": "5.1.0", "xml2js": "0.4.19", "xmldom": "0.1.21", "yargs": "6.0.0", "zipstream": "https://github.com/Icenium/node-zipstream/tarball/master" }, "analyze": true, "devDependencies": { "@types/chai": "4.0.1", "@types/chai-as-promised": "0.0.31", "@types/chokidar": "1.6.0", "@types/color": "3.0.0", "@types/convert-source-map": "^1.5.1", "@types/form-data": "2.2.1", "@types/glob": "^7.1.1", "@types/inquirer": "0.0.43", "@types/lodash": "4.14.123", "@types/minimatch": "^3.0.3", "@types/node": "8.10.30", "@types/ora": "1.3.3", "@types/proper-lockfile": "3.0.1", "@types/qr-image": "3.2.0", "@types/request": "0.0.45", "@types/retry": "0.12.0", "@types/semver": "5.5.0", "@types/sinon": "4.0.0", "@types/source-map": "0.5.0", "@types/tar": "4.0.0", "@types/universal-analytics": "0.4.1", "@types/ws": "4.0.1", "@types/xml2js": "0.4.3", "@types/yargs": "13.0.0", "chai": "4.0.2", "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-template": "1.0.0", "grunt-ts": "6.0.0-beta.22", "istanbul": "0.4.5", "latest-version": "4.0.0", "mocha": "3.1.2", "should": "7.0.2", "sinon": "4.1.2", "source-map-support": "0.5.3", "tslint": "5.14.0", "tslint-microsoft-contrib": "6.1.0", "typescript": "3.3.4000" }, "license": "Apache-2.0", "engines": { "node": ">=10.0.0 <14.0.0" } }