This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "qq-bot",
"version": "2.0.1",
"description": "qq bot",
"main": "index.js",
"dependencies": {
"@babel/preset-react": "^7.12.1",
"arilychan-radio": "github:ArilyChan/arilychan-radio",
"blackfarts": "file:Plugins/arily/BlackFarts",
"cqcode-builder": "github:ArilyChan/node-cqcode-builder",
"dotenv": "^8.2.0",
"koishi": "^2.4.0",
"koishi-adapter-cqhttp": "^1.0.8",
"koishi-plugin-blame": "github:ArilyChan/koishi-plugin-blame",
"koishi-plugin-eval": "^2.0.3",
"koishi-plugin-eval-addons": "^1.0.0-beta.0",
"koishi-plugin-mongo": "^1.1.0",
"koishi-plugin-osuercalendar": "github:ArilyChan/koishi-plugin-osuercalendar",
"koishi-plugin-ppysb-query": "github:ArilyChan/koishi-plugin-ppysb-query",
"koishi-plugin-ppysh-query": "github:ArilyChan/koishi-plugin-ppysh-query",
"koishi-plugin-sillychooser": "github:ArilyChan/koishi-plugin-sillychooser",
"sb-bot-message-recorder": "file:Plugins/arily/recorder",
"sb-plugin-auth": "github:ArilyChan/sb-plugin-auth",
"sb-plugin-osu-stat-screenshot": "github:ArilyChan/sb-plugin-osu-stat-screenshot",
"sb-prompt-filter": "github:ArilyChan/sb-prompt-filter",
"sb-qq-bot-framework": "github:ArilyChan/sb-qq-bot-framework",
"socket.io": "^2.4.1"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArilyChan/qq-bot.git"
},
"keywords": [
"qq",
"bot",
"koishi",
"arily",
"ArilyChan",
"ari"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArilyChan/qq-bot/issues"
},
"homepage": "https://github.com/ArilyChan/qq-bot#readme"
}