-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 628 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 628 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
{
"name": "bottest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "."
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.4",
"cookie-parser": "^1.4.5",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express-session": "^1.17.1",
"node-opus": "^0.3.3",
"opusscript": "0.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"server": "^1.0.29",
"server.js": "^1.0.0",
"simple-youtube-api": "^5.2.1",
"ytdl-core": "^4.5.0"
}
}