forked from xenodus/isac-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 811 Bytes
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
{
"name": "isac-bot",
"version": "1.0.0",
"description": "",
"main": "isac-bot.js",
"dependencies": {
"axios": "^0.20.0",
"bufferutil": "^4.0.1",
"dblapi.js": "^2.4.1",
"discord.js": "^12.3.1",
"erlpack": "^0.1.3",
"hashids": "^2.2.1",
"lodash": "^4.17.20",
"moment": "^2.29.0",
"promise-mysql": "^3.3.2",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xenodus/isac-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xenodus/isac-bot/issues"
},
"homepage": "https://github.com/xenodus/isac-bot#readme"
}