nativescript-sentry.io
Version:
This plugin uses sentry-android and sentry-cocoa to catch native errors/stack traces and send them to a sentry server.
69 lines (68 loc) • 2.6 kB
JSON
{
"name": "nativescript-sentry",
"version": "1.5.0",
"description": "Sentry.io NativeScript plugin.",
"main": "sentry",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "3.2.0",
"ios": "3.2.0"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
"test.android": "npm i && npm run build && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run build && 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 nativescript-sentry && cd ../demo-ng && npm link nativescript-sentry && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run build && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm i && npm run build && cd ../demo && tns run android --syncAllFiles",
"demo.ng.ios": "npm i && npm run build && cd ../demo-ng && tns run ios --syncAllFiles",
"demo.ng.android": "npm i && npm run build && cd ../demo-ng && tns run android --syncAllFiles",
"demo.ng.debug.android": "npm i && npm run build && cd ../demo-ng && tns debug android --syncAllFiles"
},
"repository": {
"type": "git",
"url": "https://github.com/danielgek/nativescript-sentry.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Sentry"
],
"author": {
"name": "Daniel Leal",
"email": "danielgek@gmail.com"
},
"bugs": {
"url": "https://github.com/danielgek/nativescript-sentry/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/danielgek/nativescript-sentry",
"readmeFilename": "README.md",
"devDependencies": {
"@angular/core": "4.4.6",
"@angular/compiler": "4.4.6",
"@angular/compiler-cli": "4.4.6",
"tns-core-modules": "^3.3.0",
"tns-platform-declarations": "^3.3.0",
"typescript": "~2.6.1",
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"rxjs": "5.4.3",
"tslint": "^5.7.0",
"zone.js": "0.8.17"
},
"dependencies": {
"nativescript-appversion": "^1.4.1",
"nativescript-orientation": "^2.1.0",
"raven-js": "^3.20.1"
},
"bootstrapper": "nativescript-plugin-seed"
}