-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1007 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1007 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
{
"name": "makedeveloper",
"version": "1.0.0",
"description": "Platform to bring together open source enthusiasts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --no-deprecation index.js",
"devStart": "nodemon --no-deprecation index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makedeveloper/makeweb-backend.git"
},
"keywords": [
"backend",
"express",
"node"
],
"author": "makedeveloper",
"license": "ISC",
"bugs": {
"url": "https://github.com/makedeveloper/makeweb-backend/issues"
},
"homepage": "https://github.com/makedeveloper/makeweb-backend#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^5.9.20",
"winston": "^3.3.3"
}
}