-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 995 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
40
41
{
"name": "jazzfit-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoola-inc/jazzfit-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoola-inc/jazzfit-api/issues"
},
"homepage": "https://github.com/hoola-inc/jazzfit-api#readme",
"dependencies": {
"app-root-path": "^2.2.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"clf-date": "^0.1.0",
"compression": "^1.7.4",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"helmet": "^3.21.1",
"joi": "^14.3.1",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"snyk": "^1.235.0",
"winston": "^3.2.1"
}
}