-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (25 loc) · 682 Bytes
/
package.json
File metadata and controls
30 lines (25 loc) · 682 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
{
"name": "tox-mod-api",
"version": "1.0.0",
"description": "Official API Server for the Tox Mod Discord Bot and Website",
"main": "index.js",
"engineStrict" : true,
"engines" : {
"node" : "16.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"dependencies": {
"chalk": "^4.1.0",
"discord.js": "^13.3.1",
"fastify": "^3.22.1",
"fastify-swagger": "^4.12.6",
"infinity-bots": "^1.1.8",
"winston": "^3.3.3",
"mongoose": "^6.0.12"
},
"devDependencies": {},
"author": "TheRealToxicDev"
}