{
  "type": "module",
  "name": "@hoge1e3/rpc",
  "version": "2.0.1",
  "description": "RPC with Proxy object",
  "main": "./js/index.js",
  "scripts": {
    "tsc": "npx tsc",
    "webpack-dev": "npx webpack --mode=development",
    "webpack": "npx webpack --mode=production",
    "test": "npx http-server -o test/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoge1e3/rpc.git"
  },
  "keywords": [
    "rpc",
    "worker",
    "iframe",
    "postmessage",
    "proxy"
  ],
  "author": "hoge1e3",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoge1e3/rpc/issues"
  },
  "homepage": "https://github.com/hoge1e3/rpc#readme",
  "dependencies": {
    "@hoge1e3/object-id": "^1.0.0",
    "mutable-promise": "^1.1.15"
  },
  "devDependencies": {
    "@eslint/js": "^9.1.1",
    "@types/escodegen": "^0.0.10",
    "@types/espree": "^10.0.0",
    "@types/stack-trace": "^0.0.33",
    "@types/web": "^0.0.278",
    "eslint": "^9.1.1",
    "globals": "^15.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.8.3",
    "webpack-cli": "^5.1.4",
    "webpack-ignore-dynamic-require": "^1.0.0"
  }
}
