-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 997 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 997 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
36
37
38
39
40
{
"name": "pathfinder-backend",
"version": "1.0.0",
"description": "",
"private": true,
"exports": "./bin/www",
"engines": {
"node": ">=14.16"
},
"scripts": {
"start": "node bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"dependencies": {
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"form-data": "^4.0.0",
"graphdb": "^3.0.0",
"graphdb-utils": "git+https://github.com/csse-uoft/graphdb-utils.git",
"jsonld": "^8.1.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.6.0",
"mongoose": "^6.3.4",
"mongoose-gridfs": "^1.3.0",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/mongoose": "^5.11.97",
"@types/node-fetch": "^2.6.1",
"@types/nodemailer": "^6.4.4"
}
}