{
  "name": "@celilo/registry-server",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "main": "src/index.ts",
  "scripts": {
    "start": "bun run src/index.ts",
    "dev": "bun --watch src/index.ts",
    "build:binary": "bun build --compile --target=bun-linux-x64 --outfile=dist/celilo-registry-server src/index.ts",
    "test": "bun test --timeout 30000"
  },
  "devDependencies": {
    "bun-types": "1.4.0",
    "typescript": "^5"
  }
}
