-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 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
39
{
"name": "badge-backpack-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node sever.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoola-inc/badge-backpack-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoola-inc/badge-backpack-api/issues"
},
"homepage": "https://github.com/hoola-inc/badge-backpack-api#readme",
"dependencies": {
"app-root-path": "^2.2.1",
"body-parser": "^1.19.0",
"clf-date": "^0.1.0",
"cors": "^2.8.5",
"did-jwt": "^0.2.0",
"dotenv": "^8.0.0",
"env": "0.0.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"helmet": "^3.18.0",
"jsonld": "^1.6.2",
"lodash": "^4.17.14",
"mongoose": "^5.6.4",
"morgan": "^1.9.1",
"path": "^0.12.7",
"winston": "^3.2.1"
}
}