forked from julianbesteiro/fixit-back
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 864 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
{
"name": "fixit-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bulma": "^0.9.3",
"colors": "^1.4.0",
"cookie-parser": "1.3.2",
"cors": "^2.8.4",
"dotenv": "^10.0.0",
"express": "~4.16.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.5.0",
"mongoose": "^7.1.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"qs": "^6.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianbesteiro/fixit-back.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/julianbesteiro/fixit-back/issues"
},
"homepage": "https://github.com/julianbesteiro/fixit-back#readme"
}