Files
NativeScript/apps/package.json
2020-07-11 08:32:45 -07:00

25 lines
612 B
JSON

{
"nativescript": {
"id": "org.nativescript.apps",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "next"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"tns-core-modules": "file:../tns-core-modules"
},
"devDependencies": {
"@nativescript/webpack": "^2.0.0-alpha.3",
"node-sass": "^4.12.0",
"typescript": "~3.4.1"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}