forked from leonnardom/Bot-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 759 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
{
"name": "tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"canvacord": "^5.0.8",
"canvas": "^2.6.1",
"discord-tictactoe": "^2.0.7",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"gamedig": "^2.0.24",
"klaw": "^3.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.11.8",
"ms": "^2.1.3",
"node-canvas-with-twemoji-and-discord-emoji": "^1.1.8",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"path": "^0.12.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}