adonis-sentry-v2
Version:
Sentry provider for adonis framework
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "adonis-sentry-v2",
"version": "2.0.4",
"description": "Sentry provider for adonis framework",
"main": "index.js",
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"posttest": "npm run coverage",
"test:local": "FORCE_COLOR=true node bin/index.js --local",
"test": "nyc npm run test:local",
"test:win": "set FORCE_COLOR=true && node bin/index.js --win",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JezielK/adonis-sentry.git"
},
"keywords": [
"AdonisJs",
"Adonis",
"Sentry",
"Raven",
"NodeJS",
"adonis sentry",
"adonis sentry 2"
],
"author": "Pedro Perafán Carrasco",
"license": "MIT",
"bugs": {
"url": "https://github.com/Perafan18/adonis-sentry/issues"
},
"homepage": "https://github.com/JezielK/adonis-sentry",
"dependencies": {
"@sentry/node": "^5.10.2"
},
"devDependencies": {
"dotenv": "^6.0.0",
"japa": "^1.0.6",
"japa-cli": "^1.0.1",
"nyc": "^12.0.2",
"semver": "^5.5.0",
"standard": "^11.0.1"
},
"standard": {
"ignore": [
"stubs/sentry.js"
]
}
}