-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "rpg-schedule",
"version": "1.1.0",
"description": "A discord bot for announcing RPG games with automated sign up",
"main": "index.js",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/connect-mongodb-session": "0.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.16.1",
"@types/express-session": "^1.15.12",
"@types/lodash": "^4.14.138",
"@types/moment": "^2.13.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"axios": "^0.19.2",
"body-parser": "^1.18.3",
"connect-mongodb-session": "^2.1.1",
"cookie-parser": "^1.4.4",
"discord.js": "^12.0.2",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.16.1",
"ics": "^2.19.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.24.0",
"moment-recur-ts": "^1.3.1",
"moment-timezone": "^0.5.31",
"mongodb": "^3.1.10",
"nodemon": "^1.18.9",
"object.fromentries": "^2.0.0",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"typescript": "^3.5.1"
},
"scripts": {
"build": "tsc",
"start": "node ./app/index.js",
"prod": "npm run build && node prod",
"dev": "npm run build && node dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sillvva/rpg-schedule.git"
},
"author": "Matt DeKok",
"license": "MIT",
"engines": {
"node": "12.13.0",
"npm": "6.12.0"
}
}