27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"name": "reonomy-api",
|
|
"version": "1.0.0",
|
|
"description": "Reonomy property data extraction platform with MCP server",
|
|
"type": "module",
|
|
"scripts": {
|
|
"mcp": "tsx src/mcp/server.ts",
|
|
"dev": "tsx watch src/server.ts",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
"cors": "^2.8.6",
|
|
"express": "^5.2.1",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/express": "^5.0.6",
|
|
"@types/node": "^22.0.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|