package.json•980 B
{
"name": "mcp-turso",
"version": "0.2.1",
"description": "MCP server for interacting with Turso-hosted LibSQL databases",
"license": "MIT",
"author": "Nico Baier",
"type": "module",
"bin": {
"mcp-turso": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nbbaier/mcp-turso.git"
},
"homepage": "https://github.com/nbbaier/mcp-turso#readme",
"bugs": "https://github.com/nbbaier/mcp-turso/issues",
"scripts": {
"build": "tsdown && chmod +x dist/index.js"
},
"keywords": [
"mcp",
"libsql",
"sqlite",
"turso",
"database",
"model-context-protocol",
"mcp-server",
"ai",
"sql"
],
"dependencies": {
"@libsql/client": "^0.15.15",
"@modelcontextprotocol/sdk": "^1.17.5",
"fastmcp": "^3.16.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/bun": "^1.2.21",
"tsdown": "^0.15.0",
"typescript": "^5.9.2"
}
}