nativescript-unit-test-runner
Version:
NativeScript unit test runner component.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "nativescript-unit-test-runner",
"version": "0.7.0",
"description": "NativeScript unit test runner component.",
"main": "app.js",
"scripts": {
"test": "exit 0",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"prepack": "npm i --ignore-scripts && tsc --removeComments --sourceMap false && tns plugin build"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-unit-test-runner.git"
},
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "8.10.30",
"tns-core-modules": "5.1.2",
"typescript": "2.9.2"
},
"nativescript": {
"platforms": {
"android": "1.6.0",
"ios": "1.6.0"
},
"hooks": [
{
"type": "after-prepare",
"script": "./lib/after-prepare.js",
"inject": true
},
{
"type": "before-liveSync",
"script": "lib/before-liveSync.js",
"inject": true
}
]
},
"dependencies": {
"nativescript-hook": "0.2.4"
}
}