{
  "name": "fastify-compress",
  "version": "3.2.1",
  "description": "Fastify compression utils",
  "main": "index.js",
  "dependencies": {
    "encoding-negotiator": "^2.0.0",
    "fastify-plugin": "^2.0.0",
    "into-stream": "^5.1.1",
    "is-deflate": "^1.0.0",
    "is-gzip": "^2.0.0",
    "is-stream": "^2.0.0",
    "is-zip": "^1.0.0",
    "mime-db": "^1.43.0",
    "minipass": "^3.1.1",
    "peek-stream": "^1.1.0",
    "pump": "^3.0.0",
    "pumpify": "^2.0.1",
    "string-to-stream": "^3.0.0",
    "unzipper": "^0.10.8"
  },
  "devDependencies": {
    "@types/node": "^14.0.1",
    "@typescript-eslint/parser": "^3.0.0",
    "eslint-plugin-typescript": "^0.14.0",
    "fastify": "^3.0.0",
    "jsonstream": "^1.0.3",
    "pre-commit": "^1.2.2",
    "standard": "^14.3.1",
    "tap": "^14.10.7",
    "tsd": "^0.13.1",
    "typescript": "^3.7.5"
  },
  "scripts": {
    "unit": "tap test/*.js",
    "test": "standard && npm run unit && npm run typescript",
    "lint:typescript": "standard --fix --parser @typescript-eslint/parser --plugin typescript test/types/*.ts",
    "typescript": "tsd",
    "coverage": "npm run unit -- --cov",
    "coverage-report": "npm run coverage && tap --coverage-report=lcov"
  },
  "keywords": [
    "fastify",
    "compression",
    "deflate",
    "gzip",
    "brotli"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-compress/issues"
  },
  "homepage": "https://github.com/fastify/fastify-compress#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-compress.git"
  },
  "engines": {
    "node": ">=10.16"
  },
  "tsd": {
    "directory": "test"
  }
}
