package.json•547 B
{
"name": "firestore-mcp",
"version": "0.1.0",
"description": "MCP server for Google Firestore interactions",
"main": "build/index.js",
"bin": {
"firestore-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc -w"
},
"keywords": [
"mcp",
"firestore"
],
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"@types/node": "^18.19.84",
"firebase-admin": "^13.2.0",
"typescript": "^5.8.2",
"zod": "^3.24.2"
}
}