UNPKG

adonis-sentry

Version:
51 lines (50 loc) 1.13 kB
{ "name": "adonis-sentry", "version": "2.1.4", "description": "Sentry provider for adonis framework", "main": "index.js", "scripts": { "lint": "standard", "pretest": "npm run lint", "test:local": "node japaFile.js", "test": "nyc npm run test:local" }, "repository": { "type": "git", "url": "git+https://github.com/Perafan18/adonis-sentry.git" }, "keywords": [ "AdonisJs", "Adonis", "Sentry", "Raven", "NodeJS" ], "author": "Pedro Perafán Carrasco", "license": "MIT", "bugs": { "url": "https://github.com/Perafan18/adonis-sentry/issues" }, "homepage": "https://github.com/Perafan18/adonis-sentry#readme", "dependencies": { "@sentry/node": "^6.2.1" }, "devDependencies": { "@adonisjs/ace": "^5.0.8", "@adonisjs/fold": "^4.0.9", "@adonisjs/sink": "^1.0.17", "dotenv": "^6.0.0", "japa": "^2.0.10", "japa-cli": "^1.0.1", "js-yaml": ">=3.13.1", "lodash": ">=4.17.13", "nyc": "^14.1.1", "semver": "^5.5.0", "standard": "^11.0.1" }, "standard": { "ignore": [ "stubs/sentry.js" ] } }