UNPKG

pyze-nativescript

Version:

Pyze Analytics, Growth Intelligence Platform, Push Notification, In App Messages and more

63 lines (62 loc) 2.19 kB
{ "name": "pyze-nativescript", "version": "0.0.9", "description": "Pyze Analytics, Growth Intelligence Platform, Push Notification, In App Messages and more", "main": "pyze", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "4.0.0", "ios": "4.0.0" } }, "scripts": { "tsc": "tsc -skipLibCheck", "build": "npm i && tsc", "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", "test.ios": "npm i && 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.link": "npm link && cd ../demo && npm link pyze-nativescript && cd ../src", "plugin.tscwatch": "npm run tsc -- -w", "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" }, "repository": { "type": "git", "url": "https://github.com/Pyze/pyze-nativescript.git" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "Analytics", "Growth", "Intelligence", "Platform", "Push", "Notification", "In App Messages" ], "author": { "name": "Pyze", "email": "contact@pyze.com" }, "bugs": { "url": "https://github.com/pyze/pyze-nativescript/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/pyze/pyze-nativescript", "readmeFilename": "README.md", "devDependencies": { "tns-core-modules": "^4.0.0", "tns-platform-declarations": "^4.0.0", "typescript": "~2.7.2", "prompt": "^1.0.0", "rimraf": "^2.5.0", "tslint": "^5.0.0" }, "dependencies": {}, "bootstrapper": "nativescript-plugin-seed" }