black homelan is gone; point install+publish+auth at the live cocotte ct-forge verdaccio (:4873) / forgejo (:3000). Config-only; resolution verified. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@lilith/imajin-mcp",
|
|
"version": "0.1.0",
|
|
"description": "MCP server for the Imajin image pipeline — processing, generation, identity recognition",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"bin": {
|
|
"imajin-mcp": "./dist/index.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/imajin-diffusion-client": "workspace:*",
|
|
"@lilith/imajin-identity-client": "^0.1.0",
|
|
"@lilith/imajin-identity-types": "^0.1.0",
|
|
"@lilith/imajin-processing-client": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "1.25.2",
|
|
"sharp": "^0.34.5",
|
|
"zod": "^3.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/sharp": "^0.32.0",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"imajin",
|
|
"image-processing",
|
|
"image-generation",
|
|
"identity",
|
|
"claude-code"
|
|
],
|
|
"author": "Lilith <quinn@ftw.codes>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
}
|
|
}
|