{
  "name": "xincbot",
  "version": "0.0.9",
  "description": "A flexible QQ bot framework based on NapCat and node-napcat-ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "xinc": "dist/cli.js"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx src/cli.ts",
    "build": "tsc",
    "start": "node dist/cli.js start",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wwcxin/jiuyue.git"
  },
  "keywords": [
    "jiuyue",
    "bot",
    "napcat",
    "ntqq",
    "qq-bot",
    "xincbot"
  ],
  "author": "初心❤️",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/wwcxin/jiuyue/issues"
  },
  "homepage": "https://github.com/wwcxin/jiuyue#readme",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "axios": "^1.8.1",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "isomorphic-ws": "^5.0.0",
    "log4js": "^6.9.1",
    "node-napcat-ts": "^0.4.8",
    "prompts": "^2.4.2",
    "puppeteer": "^24.4.0",
    "toml": "^3.0.0",
    "winston": "^3.12.0",
    "ws": "^8.18.1"
  },
  "devDependencies": {
    "@types/node": "^20.17.23",
    "@types/prompts": "^2.4.9",
    "@types/ws": "^8.18.0",
    "tsx": "^4.7.1",
    "typescript": "^5.8.2"
  }
}
