{
  "name": "create-rpc",
  "version": "1.19.0",
  "description": "Starter template of Typescript web server with auto-generated client SDK using RPC with ajax.",
  "keywords": [
    "RPC",
    "code-generation",
    "SDK",
    "starter",
    "starter-kit",
    "cli",
    "template",
    "typescript"
  ],
  "author": "Beeno Tung <aabbcc1241@yahoo.com.hk> (https://beeno-tung.surge.sh)",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beenotung/create-rpc.git"
  },
  "homepage": "https://github.com/beenotung/create-rpc#readme",
  "bugs": {
    "url": "https://github.com/beenotung/create-rpc/issues"
  },
  "main": "cli.js",
  "bin": {
    "create-rpc": "bin.js"
  },
  "files": [
    "templates",
    "cli.d.ts",
    "cli.js"
  ],
  "scripts": {
    "test": "tsc --noEmit",
    "build": "tsc && bash scripts/cp-gitignore",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "npm-init-helper": "^1.6.4"
  },
  "devDependencies": {
    "@types/node": "^24.11.0",
    "ts-node": "^10.9.2",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3"
  }
}
