59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@lilith/mcp-experts",
|
|
"version": "0.2.2",
|
|
"description": "MCP server for experts-loop orchestration \u2014 loop state, cycle management, wake tracking, and progress log. Bundles /expert* Claude Code skills.",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"mcp-experts": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"skills",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup --no-dts",
|
|
"postbuild": "sed -i \"s|from '@modelcontextprotocol/sdk/server'|from '@modelcontextprotocol/sdk/server/index.js'|g; s|from '@modelcontextprotocol/sdk/server/stdio'|from '@modelcontextprotocol/sdk/server/stdio.js'|g; s|from '@modelcontextprotocol/sdk/types'|from '@modelcontextprotocol/sdk/types.js'|g\" dist/index.js && chmod +x dist/index.js",
|
|
"prepublishOnly": "npm run build",
|
|
"postinstall": "mcp-experts install-skills || true",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"experts-loop",
|
|
"orchestration",
|
|
"claude-code",
|
|
"loop-state"
|
|
],
|
|
"packageManager": "bun@1.2.6",
|
|
"author": "3viky",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@lilith/mcp-objectives": ">=0.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@lilith/mcp-objectives": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "workspace:*",
|
|
"@types/node": "^20.19.28",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://npm.black.lan/"
|
|
}
|
|
}
|