package.json•646 B
{
"name": "mcp-timescale",
"version": "1.0.0",
"description": "MCP Server for TimescaleDB Cloud",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"clean": "rm -rf dist"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"pg": "^8.11.3",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/pg": "^8.10.9",
"typescript": "^5.3.0",
"tsx": "^4.6.0"
},
"keywords": ["mcp", "timescale", "postgresql", "database"],
"author": "Matthew McTighe",
"license": "MIT"
}