puning-real-estate/package.json
2026-01-22 10:24:47 +08:00

20 lines
402 B
JSON

{
"name": "puning-real-estate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node scripts/index.js",
"clear": "node scripts/clear.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"axios": "^1.13.2",
"cheerio": "^1.1.2",
"exceljs": "^4.4.0"
},
"type": "module"
}