package.json•1.11 kB
{
"name": "@whenmoon-afk/snapshot-mcp-server",
"version": "1.1.0",
"description": "MCP server for managing conversation snapshots - one command setup",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build"
},
"bin": "./install.js",
"files": [
"dist",
"src",
"install.js",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/WhenMoon-afk/snapshot-mcp-server.git"
},
"bugs": {
"url": "https://github.com/WhenMoon-afk/snapshot-mcp-server/issues"
},
"homepage": "https://github.com/WhenMoon-afk/snapshot-mcp-server#readme",
"keywords": [
"mcp",
"snapshot",
"conversation",
"context",
"claude",
"ai",
"model-context-protocol"
],
"author": "WhenMoon-afk",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"better-sqlite3": "^11.8.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}