package.json•1.77 kB
{
"name": "@octomind/octomind-mcp",
"version": "1.3.0",
"description": "an mcp server for the octomind platform",
"main": "./dist/index.js",
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
"engines": {
"node": ">=20.0.0"
},
"bin": {
"octomind": "./dist/index.js"
},
"files": ["dist", "README.md", "!dist/**/*.map"],
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"scripts": {
"version": "pnpm genversion -des src/version.ts",
"lint": "pnpm genversion -des src/version.ts && biome check",
"typecheck": "tsc --noEmit",
"build": "pnpm genversion -des src/version.ts && tsc --project tsconfig.build.json",
"octomind-mcp": "tsx src/index.ts",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Octomind-dev/mcp-octomind.git"
},
"keywords": ["mcp", "octomind"],
"author": "Stefan Rinke",
"license": "ISC",
"bugs": {
"url": "https://github.com/Octomind-dev/mcp-octomind/issues"
},
"homepage": "https://github.com/Octomind-dev/mcp-octomind#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "1.19.1",
"axios": "1.12.2",
"commander": "14.0.1",
"express": "5.1.0",
"pino": "9.7.0",
"redis": "5.8.2",
"uuid": "11.1.0",
"zod": "3.25.76"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/express": "5.0.3",
"@types/jest": "30.0.0",
"@types/node": "24.7.0",
"genversion": "3.2.0",
"jest": "30.2.0",
"ts-jest": "29.4.4",
"ts-node": "10.9.2",
"tsx": "4.20.6",
"typescript": "5.9.3"
}
}