nativescript-doctor
Version:
Library that helps identifying if the environment can be used for development of {N} apps.
65 lines (64 loc) • 1.99 kB
JSON
{
"name": "nativescript-doctor",
"version": "1.14.2",
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
"main": "lib/index.js",
"types": "./typings/nativescript-doctor.d.ts",
"scripts": {
"clean": "npx rimraf node_modules package-lock.json && npm i && ./node_modules/.bin/grunt clean",
"build": "./node_modules/.bin/grunt",
"build.all": "./node_modules/.bin/grunt ts:devall",
"pack": "./node_modules/.bin/grunt pack",
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NativeScript/nativescript-doctor.git"
},
"keywords": [
"NativeScript",
"doctor",
"tns"
],
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/nativescript-doctor/issues"
},
"homepage": "https://github.com/NativeScript/nativescript-doctor#readme",
"devDependencies": {
"@types/chai": "4.1.0",
"@types/lodash": "4.14.123",
"@types/mocha": "2.2.32",
"@types/rimraf": "2.0.2",
"@types/semver": "5.5.0",
"@types/shelljs": "0.8.6",
"@types/temp": "0.8.29",
"@types/winreg": "1.2.30",
"@types/yauzl": "2.9.0",
"chai": "4.1.2",
"conventional-changelog-cli": "^2.0.34",
"grunt": "1.0.3",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-shell": "2.0.0",
"grunt-ts": "6.0.0-beta.21",
"grunt-tslint": "5.0.2",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"rimraf": "2.5.4",
"tslint": "5.14.0",
"tslint-microsoft-contrib": "6.1.0",
"typescript": "~3.8.3"
},
"dependencies": {
"lodash": "4.17.15",
"osenv": "0.1.3",
"semver": "5.5.1",
"shelljs": "~0.8.4",
"temp": "0.8.3",
"winreg": "1.2.2",
"yauzl": "2.10.0"
}
}