{
  "name": "@askrjs/node",
  "version": "0.3.0",
  "description": "Node http adapter for @askrjs/server",
  "keywords": [
    "askr",
    "http",
    "node",
    "server"
  ],
  "homepage": "https://github.com/askrjs/askr-node#readme",
  "bugs": {
    "url": "https://github.com/askrjs/askr-node/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "askrjs",
    "url": "https://github.com/askrjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/askrjs/askr-node.git"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp.d.ts",
      "import": "./dist/mcp.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "bench": "vitest bench --run",
    "bench:http": "vitest bench --run benches/http.bench.ts",
    "build": "vp pack",
    "fmt": "vp fmt .",
    "lint": "vp lint .",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "vp test run",
    "test:publint": "publint",
    "pack:check": "node tests/package-artifacts.js",
    "check": "npm run lint && npm run typecheck && npm test && npm run build && npm run test:publint && npm run pack:check",
    "prepack": "npm run build",
    "prepublishOnly": "npm run check"
  },
  "dependencies": {
    "@askrjs/auth": ">=0.3.0 <0.4.0",
    "@askrjs/server": ">=0.3.0 <0.4.0",
    "@types/ws": "^8.18.1",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@askrjs/schema": ">=0.3.0 <0.4.0",
    "@types/node": "^26.3.0",
    "publint": "^0.3.24",
    "typescript": "^7.0.2",
    "vite-plus": "^0.3.1",
    "vitest": "^4.1.11"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "packageManager": "npm@12.0.1"
}
