qqbot/package.json
2022-06-02 15:45:35 +08:00

18 lines
311 B
JSON

{
"name": "qqbot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"dayjs": "^1.11.2",
"memory-cache": "^0.2.0",
"mitt": "^3.0.0",
"mysql": "^2.18.1",
"qq-guild-bot": "^2.9.4"
},
"scripts": {
"start": "node ./index.js"
},
"type": "module"
}