初始化

This commit is contained in:
2025-12-12 15:54:04 +08:00
commit 83a8a3bb9a
2404 changed files with 508391 additions and 0 deletions

18
package.json Normal file
View 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"
}
}