{
  "name": "fastify-accepts",
  "version": "2.1.0",
  "description": "Add accept parser to fastify",
  "main": "index.js",
  "devDependencies": {
    "@types/accepts": "^1.3.5",
    "@types/node": "^16.0.0",
    "fastify": "^3.0.0-rc.4",
    "pre-commit": "^1.2.2",
    "request": "^2.88.0",
    "snazzy": "^9.0.0",
    "standard": "^16.0.0",
    "tap": "^15.0.2",
    "typescript": "^4.0.2",
    "tsd": "^0.17.0"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "accepts": "^1.3.5",
    "fastify-plugin": "^3.0.0"
  },
  "scripts": {
    "lint": "standard | snazzy",
    "test": "npm run lint && npm run unit && npm run typescript",
    "test:ci": "npm run lint && tap test.js --coverage-report=lcovonly && npm run typescript",
    "typescript": "tsd",
    "unit": "tap --100 test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-accepts.git"
  },
  "author": "allevo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-accepts/issues"
  },
  "homepage": "https://github.com/fastify/fastify-accepts#readme"
}
