package.json•1.6 kB
{
"name": "goalstory-mcp",
"version": "0.4.6",
"description": "MCP server for achieving your goals with visualization.",
"main": "dist/index.js",
"type": "module",
"bin": {
"goalstory-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod 755 dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspect": "npx @modelcontextprotocol/inspector dist/index.js http://127.0.0.1:4000 admin",
"dev": "concurrently \"npm run build && npm run inspect\" \"npm run watch\" ",
"pub": "npm publish --access public",
"watch-claude-desktop-logs": "tail -n 20 -F ~/Library/Logs/Claude/mcp*.log",
"pretty": "npx prettier . --write",
"test": "vitest",
"start-claude": "chmod +x ../start-claude-config.sh && ../start-claude-config.sh && claude"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hichana/goalstory-mcp"
},
"keywords": [
"mcp",
"Goal Story",
"claude",
"ai",
"visualization",
"personal growth",
"professional growth"
],
"author": "@hichana",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/hichana/goalstory-mcp/issues"
},
"homepage": "https://goalstory.ing",
"dependencies": {
"@modelcontextprotocol/sdk": "1.7.0",
"axios": "^1.7.9",
"zod": "^3.24.2"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.8.2",
"@types/node": "^22.13.11",
"concurrently": "^9.1.2",
"prettier": "3.5.3",
"shx": "^0.3.4",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
}
}