-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 999 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
42
{
"name": "puppeteer-demo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"art-template": "^4.13.2",
"axios": "^1.3.4",
"body-parser": "^1.19.2",
"config": "^3.3.7",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-art-template": "^1.0.1",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"log4js": "^6.9.1",
"mime": "^3.0.0",
"moment": "^2.30.1",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^3.5.2",
"nodemailer": "^6.9.13",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"pm2": "^5.3.0",
"puppeteer": "^19.7.5",
"puppeteer-core": "^21.4.1",
"request": "^2.88.2",
"to": "^0.2.9",
"update": "^0.7.4",
"ws": "^8.14.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set NODE_ENV=dev && node app.js"
},
"author": "",
"license": "ISC"
}