{
  "name": "winston-node-sentry",
  "version": "1.3.0",
  "description": "Sentry transport for winston 3.0.0+",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "build": "tsc --declaration",
    "build:debug": "tsc --sourceMap --declaration",
    "watch": "nodemon --config nodemon.json",
    "test": "mocha -r ts-node/register __tests__/**/*.ts",
    "lint": "tslint -c tslint.json 'srcs/**/*.ts' '__tests__/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Its-Alex/winston-sentry.git"
  },
  "keywords": [
    "sentry",
    "winston",
    "transport",
    "typescript",
    "standard"
  ],
  "author": "me@itsalex.fr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Its-Alex/winston-sentry/issues"
  },
  "homepage": "https://github.com/Its-Alex/winston-sentry#readme",
  "devDependencies": {
    "@sentry/types": "^5.7.1",
    "@types/lodash": "^4.14.144",
    "@types/node": "^12.11.7",
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "nodemon": "^1.19.4",
    "standard": "^14.3.1",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.6.4",
    "winston": "3.2.1"
  },
  "dependencies": {
    "@sentry/integrations": "^5.7.1",
    "@sentry/node": "^5.7.1",
    "lodash": "^4.17.15",
    "logform": "^2.1.2",
    "winston-transport": "^4.3.0"
  },
  "files": [
    "dist",
    "package.json"
  ]
}