-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 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
{
"type": "module",
"name": "google-map-api",
"version": "1.0.0",
"description": "google map api",
"main": "app.js",
"scripts": {
"start": "pm2 start ecosystem.config.js",
"start:dev": "nodemon --watch app.js",
"swagger-autogen": "node ./swagger/swagger.js",
"swagger-themes:build": "cd ./node_modules/swagger-themes && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SOYANYAN",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"moment": "^2.29.4",
"puppeteer": "^17.1.3",
"redis": "^4.3.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"nodemon": "^2.0.19",
"swagger-autogen": "^2.21.5",
"swagger-themes": "^1.2.22",
"swagger-ui-express": "^4.5.0"
}
}