-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "Cubby",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm run db-migrate && ./app.js",
"db-migrate": "DATABASE_URL=\"postgres://${POSTGRESQL_USERNAME}:${POSTGRESQL_PASSWORD}@${POSTGRESQL_HOST}/${POSTGRESQL_DATABASE}\" ./node_modules/.bin/db-migrate up"
},
"dependencies": {
"@fontsource/inter": "^5.1.1",
"archiver": "^7.0.1",
"connect-lastmile": "^2.2.0",
"db-migrate": "^0.11.14",
"db-migrate-pg": "^1.5.2",
"debug": "^4.4.0",
"express": "^4.21.2",
"express-openid-connect": "^2.17.1",
"express-session": "^1.18.1",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"isbinaryfile": "^5.0.4",
"nodemailer": "^6.9.16",
"nodemailer-smtp-transport": "^2.7.4",
"safetydance": "^2.4.0",
"session-file-store": "^1.5.0",
"webdav-server": "^2.6.2",
"ws": "^8.18.0",
"xmldom": "^0.6.0",
"xpath": "0.0.34",
"y-websocket": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0"
}
}