58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@lilith/mcp-common",
|
|
"version": "1.1.0",
|
|
"description": "Shared utilities for MCP servers - versioning, common types, helpers",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"utilities",
|
|
"versioning",
|
|
"claude-code"
|
|
],
|
|
"author": "Victoria Lackey <quinn@ftw.codes>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://forge.black.lan/lilith/mcp-common.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/3viky/mcp-common/issues"
|
|
},
|
|
"homepage": "https://github.com/3viky/mcp-common#readme",
|
|
"peerDependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
}
|
|
}
|