aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2f8ffa43bdd066a4d0363db66e0d03a7a5dbe96c (plain)
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
{
  "name": "rt-pupflare",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "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",
    "puppeteer-extra-plugin-stealth": "^2.9.0"
  },
  "devDependencies": {
    "@types/koa__router": "^8.0.11"
  }
}