{
  "name": "milliparsec",
  "version": "5.0.2",
  "description": "tiniest body parser in the universe",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinyhttp/milliparsec"
  },
  "author": "talentlessguy <hi@v1rtl.site>",
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "type": "module",
  "keywords": [
    "body-parser",
    "express",
    "http",
    "body-parsing"
  ],
  "engines": {
    "node": ">=18.13 || >=19.20 || >=20"
  },
  "exports": "./dist/index.js",
  "devDependencies": {
    "@biomejs/biome": "1.9.3",
    "@tinyhttp/app": "^2.4.0",
    "@types/node": "^18.19.76",
    "c8": "10.1.2",
    "supertest-fetch": "^2.0.0",
    "tsx": "^4.19.1",
    "typescript": "^5.6.2"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "test": "tsx --test test.ts",
    "test:coverage": "c8 --include=src pnpm test",
    "test:report": "c8 report --reporter=text-lcov > coverage.lcov",
    "build": "tsc -p tsconfig.build.json",
    "check": "biome check --write"
  }
}