{
  "name": "@aha-kit/rpc",
  "version": "0.8.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rslib build",
    "dev": "rslib build --watch",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest run",
    "test:e2e": "vitest run tests/e2e/go-js/go-js.test.ts",
    "test:e2e:server": "node --import tsx tests/e2e/go-js/main.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@aha-kit/ipc": "^0.0.2",
    "@eslint/js": "^9.35.0",
    "@microsoft/api-extractor": "^7.55.0",
    "@rslib/core": "^0.17.0",
    "@types/node": "^22.18.12",
    "@types/ws": "^8.18.1",
    "eslint": "^9.35.0",
    "globals": "^16.3.0",
    "nanoevents": "^9.1.0",
    "prettier": "^3.6.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.43.0",
    "vitest": "^3.2.4",
    "ws": "^8.18.3"
  },
  "publishConfig": {
    "registry": "https://bnpm.byted.org",
    "access": "public"
  }
}
