@oliverphaser/nativescript-eventify
Version:
Enables programmatic execution of gesture events in NativeScript applications. Forked from mudlabs and updated for NativeScript 8.
73 lines (72 loc) • 2.52 kB
JSON
{
"name": "@oliverphaser/nativescript-eventify",
"version": "1.0.13",
"description":
"Enables programmatic execution of gesture events in NativeScript applications. Forked from mudlabs and updated for NativeScript 8.",
"main": "eventify",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "8.0.0",
"ios": "8.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/oliverphaser/nativescript-eventify.git"
},
"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",
"demo.android":
"npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.reset":
"cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare":
"npm run build && cd ../demo && tns plugin remove nativescript-eventify && 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/**' --exclude '**/platforms/**'",
"prepack": "npm run build.native"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Gestures",
"Events"
],
"author": {
"name": "oliverphaser",
"email": "phaser@radioimpex.net"
},
"bugs": {
"url": "https://github.com/oliverphaser/nativescript-eventify/issues"
},
"license": "MIT",
"homepage": "https://github.com/oliverphaser/nativescript-eventify",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~8.0.0",
"@nativescript/android": "~8.0.0",
"@nativescript/ios": "~8.0.0",
"typescript": "~4.1.3",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1"
},
"bootstrapper": "nativescript-plugin-seed"
}