-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 809 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 809 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
{
"name": "futbot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"ascii-table": "0.0.9",
"async-redis": "^1.1.7",
"cheerio": "^1.0.0-rc.3",
"dblapi.js": "^2.3.0",
"discord.js": "^11.5.1",
"dotenv": "^8.1.0",
"enmap": "^5.1.0",
"events": "^3.0.0",
"fs": "0.0.1-security",
"graphql-request": "^1.8.2",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rethinkdb": "^2.3.3",
"rethinkdb-pool": "^1.1.0",
"striptags": "^3.1.1",
"tabletojson": "^1.0.4",
"uniqid": "^5.0.3",
"util": "^0.12.1",
"x-ray": "^2.3.4"
},
"devDependencies": {},
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "ISC"
}