package.json•861 B
{
"name": "mcp-property-valuation-server",
"version": "0.0.3",
"description": "MCP服务器,提供房产小区评级和评估功能",
"bin": {
"property-valuation-mcp": "index.cjs"
},
"type": "module",
"keywords": [
"mcp",
"property",
"valuation",
"real-estate",
"community",
"rating"
],
"author": "CIH <creisxcx1@fang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/creis-ai/mcp-property-valuation-server/issues"
},
"homepage": "https://github.com/creis-ai/mcp-property-valuation-server#readme",
"devDependencies": {},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creis-ai/mcp-property-valuation-server.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}