30 lines
637 B
JSON
30 lines
637 B
JSON
{
|
|
"name": "housedream",
|
|
"version": "1.0.0",
|
|
"description": "北京市房地产数据监控系统 - 自动爬取、提取、可视化展示",
|
|
"main": "server.js",
|
|
"packageManager": "bun@1.2.13",
|
|
"engines": {
|
|
"bun": ">=1.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun --watch server.js",
|
|
"start": "bun server.js",
|
|
"server": "bun run start",
|
|
"screenshot": "bun scripts/screenshot.js",
|
|
"daily": "bun scripts/daily.js"
|
|
},
|
|
"keywords": [
|
|
"房地产",
|
|
"数据监控",
|
|
"北京",
|
|
"爬虫",
|
|
"可视化"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"playwright": "^1.40.0"
|
|
}
|
|
}
|