{
  "name": "ztobp.js",
  "version": "1.0.1",
  "description": "A bot framework for custom bots in chat rooms.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "dependencies": {
    "ztobp.js": "1.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.3",
    "typescript": "^4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/ztobpjs.git"
  },
  "keywords": [
    "bot",
    "chatroom",
    "framework"
  ],
"bin": {
  "ztobpjs": "./dist/cli.js"
},
  "author": "ZTO",
  "license": "MIT"
}
