Some checks failed
CI / build-and-publish (push) Failing after 43s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "@lilith/mcp-objectives",
|
|
"version": "0.4.10",
|
|
"description": "MCP server for team-lead ownership, objective dashboards, and cross-lead coordination. File-based .project/ workflow layered over markdown + YAML frontmatter.",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"mcp-objectives": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"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",
|
|
"watch": "tsc --watch",
|
|
"dev": "tsc --watch",
|
|
"prepublishOnly": "npm run build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun test",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"objectives",
|
|
"project-management",
|
|
"team-leads",
|
|
"dashboard",
|
|
"claude-code"
|
|
],
|
|
"author": "3viky",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|