mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.UnitTestApp",
|
|
"tns-ios": {
|
|
"version": "5.2.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "5.2.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "*",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.9.0",
|
|
"babel-types": "6.9.0",
|
|
"babylon": "6.8.0",
|
|
"filewalker": "0.1.2",
|
|
"lazy": "1.0.11",
|
|
"tns-platform-declarations": "*",
|
|
"typescript": "^3.1.6"
|
|
},
|
|
"scripts": {
|
|
"check-circular-deps": "node circular-check.js"
|
|
}
|
|
}
|