{
  "name": "node-napcat-ts",
  "version": "0.4.10",
  "description": "napcat SDK for Node",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/**/*"
  ],
  "keywords": [
    "websocket",
    "qq-robot",
    "cq-websocket",
    "onebot11",
    "typescript",
    "napcat"
  ],
  "author": {
    "name": "huankong233",
    "url": "https://github.com/huankong233"
  },
  "contributors": [
    {
      "name": "kanocence",
      "url": "https://github.com/kanocence"
    },
    {
      "name": "jacksixth",
      "url": "https://github.com/jacksixth"
    },
    {
      "name": "YunYouJun",
      "url": "https://github.com/YunYouJun"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huankong233/node-napcat-ts.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "nodemon",
    "test": "tsx test/index.ts",
    "typecheck": "tsc --noEmit",
    "docs:dev": "pnpm -C docs run dev",
    "docs:build": "pnpm -C docs run build",
    "docs:preview": "pnpm -C docs run preview"
  },
  "dependencies": {
    "isomorphic-ws": "^5.0.0",
    "nanoid": "^5.0.9",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/ws": "^8.5.13",
    "dotenv": "^16.4.7",
    "nodemon": "^3.1.9",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}

