aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index b3ca94e..2f8ffa4 100644
--- a/package.json
+++ b/package.json
@@ -2,17 +2,20 @@
"name": "rt-pupflare",
"version": "1.0.0",
"description": "",
- "main": "index.js",
+ "main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "start": "node index.js"
+ "start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.1.1",
+ "async-mutex": "^0.3.2",
"koa": "^2.13.4",
+ "koa-bodyparser": "^4.3.0",
+ "log4js": "^6.4.2",
"minimist": "^1.2.5",
"puppeteer": "^13.4.1",
"puppeteer-extra": "^3.2.3",