-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
84 lines (84 loc) · 2.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "theater",
"version": "1.0.0",
"description": "bot management tool powered by puppeteer",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicoandmee/theater.git"
},
"keywords": [
"puppeteer",
"automation",
"bots",
"scraping"
],
"author": "Nico <[email protected]> (https://github.com/nicoandmee)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicoandmee/theater/issues"
},
"homepage": "https://github.com/nicoandmee/theater#readme",
"dependencies": {
"@google-cloud/storage": "^3.0.3",
"assert": "^2.0.0",
"aws-sdk": "^2.496.0",
"body-parser": "^1.19.0",
"brotli": "^1.3.2",
"canvas": "^2.5.0",
"chalk": "^2.4.2",
"chance": "^1.0.18",
"debug": "^4.1.1",
"express": "^4.17.1",
"firebase-admin": "^8.2.0",
"fs-extra": "^8.0.1",
"geoip-lite": "^1.3.7",
"got": "^9.6.0",
"horoscope": "^2.0.1",
"ioredis": "^4.11.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"morgan": "^1.9.1",
"path": "^0.12.7",
"puppeteer": "^1.17.0",
"puppeteer-firefox": "^0.5.0",
"request": "^2.88.0",
"sharp": "^0.22.1",
"shortid": "^2.2.14",
"tabletojson": "^1.0.4",
"tar": "^4.4.9",
"throat": "^5.0.0",
"tmp": "^0.1.0",
"tough-cookie": "^3.0.1",
"url": "^0.11.0",
"us-state-codes": "^1.1.2",
"user-agents": "^1.0.323",
"uuid": "^3.3.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@sinonjs/formatio": "^3.2.1",
"@sinonjs/samsam": "^3.3.1",
"@types/got": "^9.6.2",
"@types/puppeteer": "^1.12.4",
"ajv": "^6.10.2",
"babel-cli": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"jsdoc": "^3.6.3",
"mochai": "^0.2.5",
"ndb": "^1.1.4",
"nodemon": "^1.19.1",
"prettier-eslint": "^9.0.0",
"supertest": "^4.0.2"
}
}