{
  "name": "bare-http-parser",
  "version": "2.1.4",
  "description": "Streaming HTTP request and response parser for Bare",
  "exports": {
    "./package": "./package.json",
    ".": "./index.js",
    "./errors": "./lib/errors.js"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-http-parser.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-http-parser/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-http-parser#readme",
  "devDependencies": {
    "brittle": "^3.3.0",
    "lunte": "^1.8.0",
    "prettier": "^3.4.1",
    "prettier-config-holepunch": "^2.0.0"
  }
}
