-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "wstcg-scraper",
"version": "1.0.0",
"description": "",
"scripts": {
"weiss:automated": "ts-node scripts/do-everything",
"weiss:getcache": "ts-node scripts/get-cache",
"weiss:sets": "ts-node scripts/get-sets",
"weiss:allsetcards": "ts-node scripts/get-all-set-cards",
"weiss:allsetcardsdata": "ts-node scripts/get-all-set-cards-data",
"weiss:allcardimages": "ts-node scripts/get-card-images",
"weiss:everything": "ts-node scripts/do-everything"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LimeLightCards/wstcg-scraper.git"
},
"bugs": {
"url": "https://github.com/LimeLightCards/wstcg-scraper/issues"
},
"homepage": "https://github.com/LimeLightCards/wstcg-scraper#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"git-clone-repo": "^1.0.0",
"lodash": "^4.17.21",
"md5-file": "^5.0.0",
"simple-git": "^3.14.1",
"ts-node": "^10.9.1",
"x-ray-scraper": "^3.0.6"
}
}