{
  "name": "pino-transmit-http",
  "version": "1.0.1",
  "description": "A pino browser transmit that send log statements over HTTP",
  "main": "index.js",
  "scripts": {
    "test": "tap --no-cov 'test/**/*.test.js'",
    "lint": "standard",
    "ci": "standard | snazzy && tap --cov 'test/**/*.test.js'"
  },
  "precommit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sventschui/pino-transmit-http.git"
  },
  "keywords": [
    "pino",
    "transmit",
    "http"
  ],
  "author": "Sven Tschui <sventschui@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sventschui/pino-transmit-http/issues"
  },
  "homepage": "https://github.com/sventschui/pino-transmit-http#readme",
  "devDependencies": {
    "pino": "^4.17.3",
    "pre-commit": "^1.2.2",
    "snazzy": "^7.1.1",
    "standard": "^9.0.0",
    "tap": "^10.2.2"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1"
  },
  "peerDependencies": {
    "pino": "^4.17.3"
  }
}
