初始化
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "gjzx-scraper",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "工具:抓取 https://gjzx.nanjing.gov.cn/gggs/ 公示列表信息及详情",
|
||||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.8",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"cors": "^2.8.5",
|
||||
"docx": "^9.5.1",
|
||||
"express": "^5.2.1",
|
||||
"iconv-lite": "^0.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user