{ "main": "src/main.ts", "description": "NativeScript Application", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript.git" }, "dependencies": { "@nativescript/core": "file:../../packages/core", "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { "@nativescript/android": "~8.9.0", "@nativescript/ios": "~8.9.0", "@nativescript/visionos": "~8.9.0", "@nativescript/webpack": "file:../../dist/packages/webpack5", "typescript": "~5.8.0" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", "readme": "NativeScript Application", "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", "e2e-debug": "./node_modules/.bin/ns-dev-appium --startSession", "e2e-watch": "tsc -p e2e --watch", "e2e-tsc": "tsc -p e2e", "pretest": "tsc -p e2e", "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" } }