package.json•1.27 kB
{
"name": "cursor10x-mcp",
"version": "1.4.1",
"description": "Memory System for Cursor using MCP - Provides persistent context awareness for Claude",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"No tests configured yet\" && exit 0",
"test-vectors": "node test-vectors.js",
"build": "chmod +x index.js",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"bin": {
"cursor10x-mcp": "index.js"
},
"files": [
"index.js",
"README.md",
"LICENSE",
"migrations/"
],
"keywords": [
"cursor",
"memory",
"mcp",
"claude",
"ai",
"context",
"persistence"
],
"author": "aurda012",
"repository": {
"type": "git",
"url": "git+https://github.com/aurda012/cursor10x-mcp.git"
},
"bugs": {
"url": "https://github.com/aurda012/cursor10x-mcp/issues"
},
"homepage": "https://github.com/aurda012/cursor10x-mcp",
"license": "MIT",
"dependencies": {
"@libsql/client": "^0.5.6",
"@modelcontextprotocol/sdk": "^1.9.0",
"better-sqlite3": "^11.9.1",
"dotenv": "^16.4.7"
},
"devDependencies": {
"nodemon": "^3.1.9"
},
"engines": {
"node": ">=18.0.0"
}
}