Files
NativeScript/e2e/dark-mode-ts/package.json
2019-09-15 11:33:57 +03:00

25 lines
606 B
JSON

{
"nativescript": {
"id": "org.nativescript.darkmodets",
"tns-ios": {
"version": "next"
},
"tns-android": {
"version": "next"
}
},
"main": "app.js",
"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",
"typescript": "~3.5.3"
},
"gitHead": "42f2a6a9c94eaf9c68d2a41e0daaa1a2544bc28f",
"readme": "NativeScript Application"
}