-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "restful-api-nodejs",
"version": "1.0.0",
"description": "RESTful API Structure",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"engines": {
"node": ">=11"
},
"repository": {
"type": "git",
"url": "https://github.com/turivishal/microservice-nodejs.git"
},
"keywords": [
"product",
"nodejs",
"restful",
"api",
"nodejs-api",
"express"
],
"author": "Vishal Turi",
"license": "ISC",
"homepage": "https://github.com/turivishal/microservice-nodejs/blob/main/README.md",
"dependencies": {
"accept-language-parser": "^1.5.0",
"app-root-path": "^3.1.0",
"async": "^3.2.4",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"config": "^3.3.8",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"fs": "0.0.1-security",
"joi": "^17.6.0",
"joi-objectid": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^6.5.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.1.4",
"winston": "^3.8.2",
"yaml": "^2.1.3"
}
}