-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 915 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@mcpware/logoloom",
"version": "1.0.1",
"description": "AI-powered logo design → SVG → full brand kit export. Free, local, MCP-native.",
"type": "module",
"bin": {
"logoloom": "./bin/cli.mjs"
},
"main": "src/server.mjs",
"scripts": {
"start": "node src/server.mjs"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"logo",
"svg",
"brand",
"design",
"vector",
"logo-generator",
"brand-kit",
"favicon",
"claude",
"cursor",
"ai-tools",
"opentype",
"svgo",
"sharp"
],
"author": "ithiria894",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mcpware/logoloom"
},
"dependencies": {
"opentype.js": "^1.3.4",
"svgo": "^3.3.0",
"sharp": "^0.33.0",
"@modelcontextprotocol/sdk": "^1.12.0"
},
"mcpName": "io.github.mcpware/logoloom"
}