nativescript-batch-notifications
Version:
Nativescript batch plugin for notifications.
66 lines (65 loc) • 2.63 kB
JSON
{
"name": "nativescript-batch-notifications",
"version": "0.4.5",
"description": "Nativescript batch plugin for notifications.",
"main": "batch",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.2.0",
"ios": "5.2.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/sully-group/nativescript-batch-notifications"
},
"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",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-batch && 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",
"Notifications",
"Batch",
"iOS"
],
"author": {
"name": "Sully Group",
"email": "olivier.audegond@sully-group.fr"
},
"bugs": {
"url": "https://github.com/sully-group/nativescript-batch-notifications/issues"
},
"license": "MIT",
"homepage": "https://www.sully-group.fr/",
"readmeFilename": "README.md",
"devDependencies": {
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"semver": "^5.6.0",
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.3.1",
"tslint": "^5.12.1",
"typescript": "~3.3.3"
},
"dependencies": {
"@types/node": "^11.13.0"
},
"bootstrapper": "nativescript-plugin-seed"
}