mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
25 lines
605 B
JSON
25 lines
605 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-dev-webpack": "next",
|
|
"node-sass": "^4.12.0",
|
|
"typescript": "~3.4.1"
|
|
},
|
|
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
|
|
"readme": "NativeScript Application"
|
|
}
|