-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 948 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
{
"name": "puppeteer-service",
"version": "1.0.0",
"description": "Puppeteer as a service",
"main": "index.js",
"author": "edwmurph",
"license": "MIT",
"scripts": {
"start": "node index.js",
"dev": "NODE_DEBUG=info NODE_ENV=development nodemon index.js",
"fn": "./scripts/fn.sh",
"lint": "eslint ."
},
"dependencies": {
"@cliqz/adblocker-puppeteer": "1.20.6",
"@koa/router": "10.0.0",
"@starryinternet/jobi": "1.1.0",
"axios": "0.21.1",
"cross-fetch": "3.1.4",
"discord.js": "12.5.3",
"dotenv": "10.0.0",
"koa": "2.13.1",
"lodash.get": "4.4.2",
"p-queue": "6.6.2",
"pixelmatch": "5.2.1",
"pngjs": "6.0.0",
"puppeteer": "9.1.1",
"querystring": "0.2.1"
},
"devDependencies": {
"@edwmurph/eslint-config": "0.0.14",
"nodemon": "2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwmurph/puppeteer-service.git"
}
}