{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "ava": {
    "babel": {
      "compileAsTests": [
        "test/helpers/**/*"
      ]
    },
    "files": [
      "test/slonik-interceptor-preset/**/*"
    ],
    "require": [
      "@babel/register"
    ]
  },
  "dependencies": {
    "slonik": "^22.4.0",
    "slonik-interceptor-field-name-transformation": "^1.5.3",
    "slonik-interceptor-query-benchmarking": "^1.3.10",
    "slonik-interceptor-query-logging": "^1.3.8",
    "slonik-interceptor-query-normalisation": "^1.1.10"
  },
  "description": "Slonik interceptor preset.",
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-transform-flow-strip-types": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/register": "^7.8.3",
    "ava": "^3.3.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-transform-export-default-name": "^2.0.4",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "eslint-config-canonical": "^18.1.1",
    "flow-bin": "^0.118.0",
    "flow-copy-source": "^2.0.9",
    "husky": "^4.2.3",
    "nyc": "^15.0.0",
    "semantic-release": "^17.0.3",
    "sinon": "^8.1.1"
  },
  "engines": {
    "node": ">=8.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run build"
    }
  },
  "keywords": [
    "slonik",
    "interceptor"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "name": "slonik-interceptor-preset",
  "nyc": {
    "all": true,
    "include": [
      "src/**/*.js"
    ],
    "instrument": false,
    "reporter": [
      "html",
      "text-summary"
    ],
    "require": [
      "@babel/register"
    ],
    "silent": true,
    "sourceMap": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/slonik-interceptor-preset"
  },
  "scripts": {
    "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && flow-copy-source src dist",
    "lint": "eslint ./src && flow"
  },
  "version": "1.2.10"
}
