@auth70/bodyguard
Version:
Fetch API compatible streaming JSON and form data body parser and guard
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "@auth70/bodyguard",
"version": "1.7.1",
"description": "Fetch API compatible streaming JSON and form data body parser and guard",
"keywords": [
"request",
"fetch",
"body-parsing"
],
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"homepage": "https://github.com/auth70/bodyguard",
"repository": "github:auth70/bodyguard",
"contributors": [
{
"name": "miunau",
"email": "miunau+npm@miunau.com",
"url": "https://miunau.com"
}
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"license": "MIT",
"dependencies": {
"@apeleghq/multipart-parser": "^1.0.14",
"@streamparser/json": "^0.0.22"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@vitest/coverage-v8": "^3.0.9",
"vitest": "^3.0.9",
"typescript": "^5.8.2",
"zod": "^3.24.2"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
}
}