{
  "name": "pure-bot",
  "version": "0.0.7",
  "description": "Easy-to-use QQ bot. Based on onebot, and websocket)",
  "keywords": [
    "node.js",
    "javascript",
    "bot",
    "qq",
    "onebot",
    "websocket",
    "ws"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Pure-Peace/pure-bot"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "cross-env NODE_ENV=development node example.js",
    "prod": "cross-env NODE_ENV=development node example.js",
    "lint": "eslint --ext .js,.ts,.tsx test/ src/",
    "publish": "tsc && npm publish"
  },
  "author": "Pure-Peace",
  "license": "MIT",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.22.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "nodemon": "^2.0.7",
    "teleport-javascript": "^1.0.0",
    "typescript": "^4.2.3"
  },
  "optionalDependencies": {
    "bufferutil": "^4.0.3"
  },
  "dependencies": {
    "@types/ws": "^7.4.0",
    "boxen": "^4.2.0",
    "chalk": "^3.0.0",
    "dayjs": "^1.10.4",
    "fast-json-parse": "^1.0.3",
    "fast-json-stable-stringify": "^2.1.0",
    "nanoid": "^3.1.22",
    "pretty-bytes": "^5.6.0",
    "wrap-ansi": "^7.0.0",
    "ws": "^7.4.4"
  },
  "workspaces": [
    "packages/adapter-koishi-plugin",
    "packages/chain-of-responsibility",
    "packages/pure-plugin-proposal"
  ]
}
