-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "tournabot",
"version": "4.1.8",
"description": "Streamline smash.gg tournaments and improve user quality-of-life.",
"main": "index.js",
"scripts": {
"build": "npm install && npm update && echo Build complete.",
"start": "node index.js",
"test": "nodemon -e js"
},
"author": "Ayaan-Govil",
"license": "GPL-3.0",
"dependencies": {
"accurate-interval": "^1.0.9",
"discord.js": "^12.4.1",
"es6-promise": "^4.2.8",
"fastest-levenshtein": "^1.0.12",
"mongodb": "^3.6.3",
"mongoose": "^5.10.13",
"node-fetch": "^2.6.1",
"node-vibrant": "^3.1.6",
"nodemon": "^2.0.7",
"replaceall": "^0.1.6",
"set-accurate-timeout": "^1.0.1",
"urllib": "^2.23.0"
}
}