-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 KB
/
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
43
44
{
"name": "unistudents-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=development && nodemon index.js",
"devLinux": "NODE_ENV=development nodemon index.js",
"devServer": "set NODE_ENV=development && node index.js",
"prod": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UniStudents/unistudents-bot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UniStudents/unistudents-bot/issues"
},
"homepage": "https://github.com/UniStudents/unistudents-bot#readme",
"dependencies": {
"@google-cloud/web-risk": "^2.2.0",
"@poiw/saffron": "3.5.0",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.9",
"date": "^1.0.2",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.1",
"dotenv": "^16.0.1",
"glob": "^7.1.6",
"luxon": "^1.26.0",
"mongodb": "^4.0.0",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}