{ "nativescript": { "id": "org.nativescript.uitestsapp", "tns-android": { "version": "next" }, "tns-ios": { "version": "next" } }, "main": "app.js", "description": "NativeScript Application", "license": "SEE LICENSE IN ", "repository": "", "dependencies": { "tns-core-modules": "file:../../tns-core-modules" }, "devDependencies": { "@testdeck/mocha": "0.0.6", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", "chai": "~4.1.2", "mocha": "~5.2.0", "mocha-junit-reporter": "~1.18.0", "mocha-multi": "~1.0.1", "mocha-typescript": "^1.1.17", "mochawesome": "~3.1.2", "nativescript-dev-appium": "next", "nativescript-dev-webpack": "next", "tns-platform-declarations": "next", "typescript": "~3.4.1" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application", "scripts": { "test": "mocha --opts ../config/mocha.opts", "test-debug": "./node_modules/.bin/ns-dev-appium --startSession", "test-watch": "tsc -p e2e --watch", "pretest": "tsc -p e2e", "watch": "testdeck-watch", "load-images": "./e2e/scripts/sparse-checkout.sh uitestsapp https://github.com/NativeScript/functional-tests-images.git $PWD/../../../functional-tests-images", "update-emulators": "cd $PWD/../../../functional-tests-images && . ./scripts/update-emulators.sh --appName uitestsapp" } }