{
  "name": "@arikajs/http",
  "version": "0.10.19",
  "description": "Native HTTP layer for the ArikaJS framework.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArikaJs/arikajs.git",
    "directory": "packages/http"
  },
  "bugs": {
    "url": "https://github.com/ArikaJs/arikajs/issues"
  },
  "homepage": "https://github.com/ArikaJs/arikajs/tree/main/packages/http#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@types/serve-static": "^2.2.0",
    "busboy": "^1.6.0",
    "cookie": "^1.1.1",
    "serve-static": "^2.2.1",
    "@arikajs/validation": "0.10.19",
    "@arikajs/foundation": "0.10.19"
  },
  "devDependencies": {
    "@types/busboy": "^1.5.4",
    "@types/cookie": "^0.6.0",
    "@types/node": "^20.11.24",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3"
  },
  "author": "Prakash Tank",
  "keywords": [
    "arikajs",
    "framework",
    "node.js",
    "typescript",
    "http"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist",
    "test": "npx tsx --test tests/*.test.ts",
    "test:watch": "npx tsx --test --watch tests/*.test.ts",
    "dev": "tsc -p tsconfig.json --watch"
  }
}