-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 713 Bytes
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
{
"name": "underworlds-proxifier",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"init": "node cards.js && node warbands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoX1337/warhammerUnderworldsCrawler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoX1337/warhammerUnderworldsCrawler/issues"
},
"homepage": "https://github.com/GoX1337/warhammerUnderworldsCrawler#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fs": "0.0.1-security",
"image-downloader": "^3.4.2",
"image-size": "^0.9.1",
"pdfkit": "^0.11.0",
"request": "^2.88.0",
"sharp": "^0.26.2"
}
}