nativescript-wear-os-layout
Version:
Base layout for Wear OS apps built with NativeScript
63 lines (62 loc) • 2.33 kB
JSON
{
"name": "nativescript-wear-os-layout",
"version": "0.1.0",
"description": "Base layout for Wear OS apps built with NativeScript",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.0.0",
"ios": "5.0.0"
}
},
"scripts": {
"tsc": "tsc",
"build": "npm run tsc && npm run build.native",
"build.native": "node scripts/build-native.js",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm run tsc && cd ../demo && tns run ios --syncAllFiles --emulator",
"demo.android": "npm run tsc && cd ../demo && tns run android --syncAllFiles --emulator",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-wear-os-layout && tns plugin add ../src",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
"prepack": "npm run build.native"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"Android",
"NS",
"bradmartin",
"Wear OS",
"Watch",
"Layout"
],
"author": {
"name": "Brad Martin",
"email": "bradwaynemartin@gmail.com"
},
"bugs": {
"url": "https://github.com/bradmartin/nativescript-wear-os-layout/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/bradmartin/nativescript-wear-os-layout",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^5.1.1",
"tns-platform-declarations": "^5.1.1",
"typescript": "~2.8.2",
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"semver": "^5.6.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}