@iflow-mcp/xexr_mcp-libsql 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@iflow-mcp/xexr_mcp-libsql", "version": "1.1.
|
|
1
|
+
{"name": "@iflow-mcp/xexr_mcp-libsql", "version": "1.1.1", "description": "MCP server for libSQL database operations", "type": "module", "engines": {"node": ">=20.0.0"}, "main": "dist/index.js", "bin": {"iflow-mcp-xexr-mcp-libsql": "dist/index.js"}, "files": ["dist/**/*", "README.md", "LICENSE"], "scripts": {"build": "tsc && chmod 755 dist/index.js", "dev": "nodemon --exec \"tsx src/index.ts --dev\"", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "prepack": "tsc && chmod 755 dist/index.js", "release:patch": "npm version patch && git push --follow-tags", "release:minor": "npm version minor && git push --follow-tags", "release:major": "npm version major && git push --follow-tags"}, "keywords": ["mcp", "libsql", "database", "sql", "ai", "model-context-protocol"], "author": "xexr", "license": "MIT", "repository": {"type": "git", "url": "https://github.com/Xexr/mcp-libsql.git"}, "homepage": "https://github.com/Xexr/mcp-libsql", "bugs": {"url": "https://github.com/Xexr/mcp-libsql/issues"}, "publishConfig": {"access": "public"}, "dependencies": {"@libsql/client": "^0.15.7", "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.25.32"}, "devDependencies": {"@eslint/js": "^9.27.0", "@types/node": "^22.15.23", "@typescript-eslint/eslint-plugin": "^8.33.0", "@vitest/coverage-v8": "^3.1.4", "eslint": "^9.27.0", "nodemon": "^3.1.10", "prettier": "^3.5.3", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^3.1.4"}}
|