{
  "name": "onebots",
  "version": "1.2.14",
  "description": "OneBots 常驻管理服务、网关与统一 CLI/TUI/Web 控制台",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "onebots": "./lib/bin.js"
  },
  "engines": {
    "node": ">=24"
  },
  "keywords": [
    "onebot",
    "qq",
    "wechat",
    "dingtalk",
    "cq-http",
    "multi-protocol"
  ],
  "author": "凉菜",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "/lib/**/*.js",
    "/lib/**/*.d.ts",
    "/lib/**/*.json",
    "/lib/native/win32-x64/onebots-windows-host.exe",
    "/lib/native/win32-arm64/onebots-windows-host.exe",
    "!lib/**/*.spec.*",
    "!lib/**/*.test.*",
    "!lib/**/__tests__/**"
  ],
  "devDependencies": {
    "@types/koa": "^3.0.1",
    "@types/node": "^24.0.0",
    "@types/react": "^19.1.10",
    "@types/semver": "^7.7.1",
    "@types/ws": "^8.18.1",
    "tsc-alias": "latest",
    "tsconfig-paths": "latest",
    "tsx": "latest",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "ink": "^6.3.1",
    "js-yaml": "^4.3.1",
    "pastel": "^4.0.1",
    "pnpm": "10.34.5",
    "react": "^19.1.1",
    "semver": "^7.8.5",
    "zod": "^4.1.12",
    "ws": "^8.20.0",
    "@onebots/core": "1.2.10",
    "@onebots/web": "1.0.18"
  },
  "optionalDependencies": {
    "@karinjs/node-pty": "^1.1.3",
    "@karinjs/prebuild-install": "1.3.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lc-cn/onebots.git"
  },
  "scripts": {
    "start": "node lib/bin.js",
    "build": "rm -rf lib && rm -f *.tsbuildinfo && tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
    "clean": "rm -rf lib *.tsbuildinfo"
  }
}