-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 990 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
35
36
37
38
39
{
"name": "middleman",
"version": "1.0.0",
"description": "Middleman is a peer-reviewed discord bot that puts humans to work approving image-apis.",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChecksumDev/Middleman.git"
},
"keywords": [],
"author": "",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/ChecksumDev/Middleman/issues"
},
"homepage": "https://github.com/ChecksumDev/Middleman#readme",
"dependencies": {
"booru": "^2.4.0",
"chalk": "^4.1.2",
"discord.js": "^12.5.3",
"dotenv": "^8.6.0",
"enmap": "^5.8.7",
"filesize": "^6.4.0",
"hat": "^0.0.3",
"kaori": "^2.0.4",
"lowdb": "^1.0.0",
"mariadb": "^2.5.4",
"path": "^0.12.7",
"remote-file-size": "^3.0.5",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"setimmediate": "^1.0.5",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
}
}