mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"nativescript": {
|
|
"id": "org.nativescript.ToolBox",
|
|
"tns-ios": {
|
|
"version": "6.5.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "6.5.0"
|
|
}
|
|
},
|
|
"main": "app.js",
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"repository": "<fill-your-repository-here>",
|
|
"dependencies": {
|
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
|
"@nativescript/core": "file:../../packages/core"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
|
"typescript": "file:../../node_modules/typescript"
|
|
}
|
|
}
|