-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 955 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
{
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"method-override": "^3.0.0",
"mongoose": "^8.6.0",
"morgan": "^1.10.0",
"page": "^1.11.6",
"pg": "^8.12.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"name": "ecocycle-test",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kitamreik/ecocycle-test.git"
},
"author": "Kit Fenrir Amreik (they/she)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kitamreik/ecocycle-test/issues"
},
"homepage": "https://github.com/Kitamreik/ecocycle-test#readme",
"description": ""
}