Files
NativeScript/tests/package.json
2020-07-11 08:27:44 -07:00

32 lines
908 B
JSON

{
"nativescript": {
"id": "org.nativescript.UnitTestApp",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "6.5.2"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
},
"dependencies": {
"@nativescript/core": "file:../nativescript-core",
"tns-core-modules": "file:../dist/tns-core-modules"
},
"devDependencies": {
"circular-dependency-plugin": "5.2.0",
"nativescript-dev-webpack": "next",
"node-sass": "^4.12.0",
"tns-platform-declarations": "file:../tns-platform-declarations",
"typescript": "~3.4.1"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}