-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "psgamespider",
"version": "2.0.0",
"description": "自动爬取所有PlayStationStore中的所有游戏封面,自动生成网页并索引 # # # Automatically crawl all game covers in all playstationstore, automatically generate web pages and index them",
"main": "program/update.js",
"scripts": {
"build": "node program/webPage.js && node program/minimize.js && node program/fileList.js && npx sitemap < ./public/urlList.txt > ./public/sitemap.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RavelloH/PSGameSpider.git"
},
"keywords": [
"javascript",
"python",
"html",
"crawler",
"automation",
"spider",
"python3",
"playstation",
"ps4",
"ps",
"psn",
"ps5",
"imgbot"
],
"author": "RavelloH",
"license": "MIT",
"bugs": {
"url": "https://github.com/RavelloH/PSGameSpider/issues"
},
"homepage": "https://github.com/RavelloH/PSGameSpider#readme",
"dependencies": {
"async-sema": "^3.1.1",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"crawler": "^1.5.0",
"crypto": "^1.0.1",
"d3-node": "^3.0.0",
"fs-extra": "^11.2.0",
"p-limit": "^3.1.0",
"path": "^0.12.7",
"render-build": "^0.3.4",
"rlog-js": "^1.3.1",
"sharp": "^0.33.2"
}
}