{
  "name": "kronos-interceptor",
  "version": "2.6.0",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "src/index.js",
  "description": "introspects / modifies requests as they pass between endpoints",
  "keywords": [
    "kronos-interceptor"
  ],
  "contributors": [
    {
      "name": "Torsten Link",
      "email": "torstenlink@gmx.de"
    },
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "BSD-2-Clause",
  "scripts": {
    "cover": "nyc --temp-directory build/nyc ava",
    "test": "ava",
    "semantic-release": "semantic-release",
    "docs": "documentation readme src/index.js --section=API",
    "pretest": "rollup -c tests/rollup.config.js",
    "posttest": "npm run prepare && markdown-doctest",
    "precover": "rollup -c tests/rollup.config.js",
    "prepare": "rollup -c",
    "lint": "documentation lint src/index.js",
    "travis-deploy-once": "travis-deploy-once"
  },
  "dependencies": {
    "model-attributes": "^3.0.10"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "kronos-test-interceptor": "^3.1.0",
    "markdown-doctest": "^0.9.1",
    "nyc": "^12.0.2",
    "rollup": "^0.60.2",
    "rollup-plugin-multi-entry": "^2.0.2",
    "semantic-release": "^15.5.2",
    "documentation": "^8.0.0",
    "travis-deploy-once": "^5.0.0"
  },
  "engines": {
    "node": ">=10.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kronos-Integration/kronos-interceptor.git"
  },
  "bugs": {
    "url": "https://github.com/Kronos-Integration/kronos-interceptor/issues"
  },
  "homepage": "https://github.com/Kronos-Integration/kronos-interceptor#readme",
  "ava": {
    "files": [
      "build/*-test.js"
    ],
    "presets": [
      "env"
    ],
    "require": [
      "babel-register"
    ]
  },
  "nyc": {
    "include": [
      "build/*-test.js",
      "src/**/*.js"
    ],
    "reporter": [
      "lcov"
    ],
    "report-dir": "./build/coverage"
  },
  "xo": {
    "space": true
  },
  "template": {
    "repository": {
      "url": "https://github.com/arlac77/npm-package-template.git"
    }
  }
}
