package.json•1.3 kB
{
"name": "mcp-cookie-server",
"version": "1.0.2",
"description": "🍪 A gamified MCP server that rewards LLMs with cookies for quality responses through honest self-reflection",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-cookie-server": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"CLAUDE.md",
"LICENSE"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "npm run build && node dist/index.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"llm",
"cookies",
"gamification",
"self-reflection",
"rewards",
"ai-tools"
],
"author": "MCP Cookie Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bnookala/mcp-cookiejar.git"
},
"homepage": "https://github.com/bnookala/mcp-cookiejar#readme",
"bugs": {
"url": "https://github.com/bnookala/mcp-cookiejar/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.0"
},
"devDependencies": {
"@types/node": "^24.0.3",
"typescript": "^5.8.3"
}
}