-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 798 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 798 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
33
34
35
{
"name": "fumo-map-2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon -e js,pug -w src -w views",
"seed": "node src/scripts/seed"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=17.0.0"
},
"dependencies": {
"axios": "^1.7.7",
"connect-session-sequelize": "^7.1.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"discord-oauth2": "^2.9.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"file-type": "^16.5.3",
"form-data": "^4.0.1",
"imgur-anonymous-uploader": "^1.1.6",
"morgan": "~1.9.1",
"multer": "^1.4.4",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"pug": "^3.0.2",
"sequelize": "^6.15.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}