Files
NativeScript/apps/package.json
2018-11-14 17:00:42 +00:00

27 lines
644 B
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.apps",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "next"
}
},
"dependencies": {
"tns-core-modules": "*"
},
"devDependencies": {
"babel-traverse": "6.10.4",
"babel-types": "6.11.1",
"babylon": "6.8.3",
"lazy": "1.0.11",
"nativescript-dev-typescript": "next",
"tns-platform-declarations": "*",
"typescript": "^3.1.6"
}
}