{
  "name": "go-cqhttp-js",
  "version": "0.0.10",
  "description": "基于 go-cqhttp，使用 NodeJs 实现的 QQ Bot 框架，参考自 Mirai-js 。",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "author": "7Liang",
  "homepage": "https://github.com/7-liang/go-cqhttp-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/7-liang/go-cqhttp-js"
  },
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "axios": "^0.27.1",
    "big-integer": "^1.6.51",
    "express": "^4.18.0"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/big-integer": "^0.0.31",
    "@types/express": "^4.17.13",
    "@types/node": "^17.0.29",
    "tslint": "^6.1.3",
    "tslint-config-airbnb-base": "^0.3.0",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^4.6.3"
  },
  "keywords": [
    "go-cqhttp",
    "qq",
    "api",
    "http",
    "robot"
  ],
  "files": [
    "dist"
  ]
}
