{ "name": "@fastify/accepts", "version": "5.0.1", "description": "Add accept parser to fastify", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "fastify": "^5.0.0", "request": "^2.88.0", "snazzy": "^9.0.0", "standard": "^17.1.0", "tap": "^20.0.1", "tsd": "^0.31.1" }, "dependencies": { "accepts": "^1.3.8", "fastify-plugin": "^5.0.0" }, "scripts": { "lint": "standard | snazzy", "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "tap" }, "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", "publishConfig": { "access": "public" }, "pre-commit": [ "lint", "test" ] }