Files
NativeScript/e2e/cuteness.io/package.json
Dimitar Topuzov d832c1a4ee chore: make cuteness compatible with 6.0 cli (#7660)
nativescript@6.0 require typescript 3.4.5 or above.
2019-08-08 02:41:54 -07:00

26 lines
624 B
JSON

{
"nativescript": {
"id": "org.nativescript.cutenessio",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "next"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"tns-core-modules": "next"
},
"devDependencies": {
"nativescript-dev-webpack": "next",
"tns-platform-declarations": "next",
"typescript": "~3.4.1"
},
"gitHead": "8c1a4866a66daab09bf5ef8e5a96472687192373",
"readme": "NativeScript Application"
}