{
  "name": "beam-protocol-directory",
  "version": "0.5.0",
  "description": "Beam Protocol Directory Server — agent registration, discovery, and intent routing",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "node --watch --experimental-vm-modules dist/index.js",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "npm run build && node --test dist/**/*.test.js"
  },
  "dependencies": {
    "@hono/node-server": "^1.9.0",
    "ajv": "^8.17.1",
    "better-sqlite3": "^11.0.0",
    "hono": "^4.1.0",
    "nodemailer": "^6.10.1",
    "stripe": "^20.4.1",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.8",
    "@types/node": "^20.11.0",
    "@types/ws": "^8.5.10",
    "typescript": "^5.3.3",
    "vitest": "^1.6.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Beam-directory/beam-protocol.git",
    "directory": "packages/directory"
  },
  "homepage": "https://beam.directory",
  "bugs": {
    "url": "https://github.com/Beam-directory/beam-protocol/issues"
  }
}
