{
  "name": "lemon-bot",
  "version": "0.6.0",
  "description": "a qq bot framework",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "scripts": {
    "build": "rimraf build && tsc",
    "test": "jest",
    "eslint:fix": "eslint --fix --ext .ts src --ignore-path ./.gitignore",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "qq bot",
    "qq机器人",
    "酷Q"
  ],
  "repository": "https://github.com/XHMM/lemon-bot",
  "author": "XHMM",
  "license": "MIT",
  "dependencies": {
    "@xhmm/utils": "0.0.3",
    "debug": "^4.1.1",
    "express": "^4.17.1",
    "ioredis": "^4.14.1",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/express": "^4.17.2",
    "@types/ioredis": "^4.14.3",
    "@types/jest": "^24.0.24",
    "@types/node-fetch": "^2.5.4",
    "eslint": "^6.8.0",
    "eslint-config-xhmm": "^0.1.6",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "prettier-config-xhmm": "0.0.6",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.2.0",
    "ts-node": "^8.5.4",
    "typescript": "^3.7.4"
  }
}
