-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
42 lines (42 loc) · 988 Bytes
/
package.json
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
37
38
39
40
41
42
{
"name": "djs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.2.6",
"body-parser": "^1.19.0",
"chalk": "^4.1.2",
"discord-together": "^1.1.62",
"discord.js": "^13.1.0",
"djs-anime": "^2.0.9",
"djs-games": "^2.0.6",
"djs-misc": "^1.0.1",
"djs-utils": "^1.1.2",
"dotenv": "^10.0.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fetch": "^1.1.0",
"glob": "^7.1.7",
"mal-scraper": "^2.11.3",
"memer-api": "^3.0.6",
"memer-api-premium": "^1.0.2",
"memorystore": "^1.6.2",
"mongoose": "^5.12.3",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.3",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"weather-js": "^2.0.0"
}
}