{
  "name": "@script-bridge/server",
  "version": "0.5.0",
  "description": "two-way communication system between ScriptAPI and backend server using http request",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@minecraft/server": "1.14.0",
    "@types/node": "^22.7.4"
  },
  "dependencies": {
    "@hono/node-server": "^1.18.2",
    "hono": "^4.9.1",
    "@script-bridge/protocol": "0.5.0"
  },
  "homepage": "https://github.com/tutinoko2048/ScriptBridge",
  "repository": {
    "type": "git",
    "url": "https://github.com/tutinoko2048/ScriptBridge.git"
  },
  "keywords": [
    "minecraft",
    "script-api",
    "server-net"
  ],
  "author": "tutinoko2048",
  "license": "MIT",
  "scripts": {
    "test": "ts-node tests/index.ts",
    "build": "tsc"
  }
}