add puppeteer options

This commit is contained in:
2020-05-25 16:46:32 +03:00
parent 32b3c643ef
commit 2e4f90d8ff
3 changed files with 22 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "babel-node src/index.js",
"start": "cross-env NODE_ENV=production babel-node src/index.js",
"dev": "nodemon -r dotenv/config --watch src --exec babel-node src/index.js"
},
"engines": {
@@ -19,6 +19,7 @@
"cacheman": "2.2.1",
"cacheman-file": "0.2.1",
"compression": "1.7.4",
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"express": "4.17.1",
"form-data": "3.0.0",