{ "description": "NativeScript Application", "license": "SEE LICENSE IN ", "readme": "NativeScript Application", "repository": "", "nativescript": { "id": "org.nativescript.modalnavigation", "tns-ios": { "version": "next" }, "tns-android": { "version": "next" } }, "dependencies": { "nativescript-theme-core": "~1.0.4", "tns-core-modules": "next" }, "devDependencies": { "nativescript-dev-appium": "next", "nativescript-dev-typescript": "next", "nativescript-dev-webpack": "next" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", "e2e-watch": "tsc -p e2e --watch" } }