package.jsonā¢2.23 kB
{
"name": "@coji/journal-mcp",
"version": "0.3.3",
"description": "MCP server for journal entries with web viewer",
"publishConfig": {
"access": "public"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/coji/journal-mcp.git"
},
"homepage": "https://github.com/coji/journal-mcp#readme",
"bugs": {
"url": "https://github.com/coji/journal-mcp/issues"
},
"author": "coji",
"bin": {
"journal-mcp": "./dist/index.js"
},
"files": [
"dist",
"build"
],
"scripts": {
"build": "pnpm run build:server && pnpm run build:web",
"build:server": "tsc -p tsconfig.server.json && chmod +x dist/index.js",
"build:web": "react-router build",
"dev": "react-router dev",
"dev:server": "tsc -p tsconfig.server.json --watch",
"start": "node dist/index.js --viewer",
"typecheck": "react-router typegen && tsc",
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.12.1",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-slot": "1.2.3",
"@react-router/express": "7.6.1",
"@react-router/node": "7.6.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"compression": "1.8.0",
"dayjs": "1.11.13",
"express": "5.1.0",
"fast-glob": "^3.3.3",
"gray-matter": "4.0.3",
"isbot": "5.1.28",
"lucide-react": "0.511.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router": "7.6.1",
"react-twc": "1.4.2",
"tailwind-merge": "3.3.0",
"zod": "3.25.49"
},
"devDependencies": {
"@react-router/dev": "7.6.1",
"@react-router/remix-routes-option-adapter": "7.6.1",
"@tailwindcss/vite": "4.1.8",
"@types/compression": "1.8.0",
"@types/express": "5.0.2",
"@types/morgan": "1.9.9",
"@types/node": "22.15.29",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"remix-flat-routes": "0.8.5",
"tailwindcss": "4.1.8",
"tw-animate-css": "1.3.3",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
"node": ">=18"
},
"keywords": [
"mcp",
"journal",
"claude",
"markdown"
],
"license": "MIT"
}