{ "name": "fastify-raw-body", "version": "5.0.0", "description": "Request raw body", "main": "plugin.js", "types": "plugin.d.ts", "scripts": { "lint": "standard", "lint:fix": "standard --fix", "test": "tap --show-full-coverage && tsd", "test:types": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/Eomm/fastify-raw-body.git" }, "keywords": [ "raw-body", "body", "request", "fastify", "fastify-plugin", "fastify-raw-body" ], "author": "Manuel Spigolon (https://github.com/Eomm)", "funding": "https://github.com/Eomm/fastify-raw-body?sponsor=1", "license": "MIT", "bugs": { "url": "https://github.com/Eomm/fastify-raw-body/issues" }, "engines": { "node": ">= 10" }, "homepage": "https://github.com/Eomm/fastify-raw-body#readme", "devDependencies": { "@types/node": "^22.0.0", "fastify": "^5.0.0", "standard": "^17.0.0", "tap": "^21.0.0", "tsd": "^0.31.0" }, "dependencies": { "fastify-plugin": "^5.0.0", "raw-body": "^3.0.0", "secure-json-parse": "^2.4.0" }, "tsd": { "directory": "test/types" } }