-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 885 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 885 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
{
"name": "spritecook-mcp",
"version": "0.2.13",
"mcpName": "ai.spritecook/generate",
"description": "SpriteCook MCP Server - Connect your AI agent (Cursor, VS Code, Claude) to SpriteCook for pixel art and game asset generation.",
"keywords": [
"spritecook",
"mcp",
"model-context-protocol",
"pixel-art",
"game-assets",
"ai-agent",
"cursor",
"claude",
"vscode",
"cli"
],
"homepage": "https://spritecook.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/spritecook/spritecook-mcp.git"
},
"license": "MIT",
"author": "SpriteCook <hello@spritecook.ai>",
"type": "module",
"bin": {
"spritecook-mcp": "bin/cli.mjs"
},
"files": [
"bin/",
"src/",
"README.md"
],
"dependencies": {
"chalk": "^5.3.0",
"open": "^10.1.0",
"ora": "^8.1.0",
"prompts": "^2.4.2"
}
}