13 lines
400 B
JSON
13 lines
400 B
JSON
{
|
|
"name": "@goosefactory/modals",
|
|
"version": "1.0.0",
|
|
"description": "GooseFactory HITL Modal Collection — Interactive MCP App modals for human-in-the-loop feedback",
|
|
"private": true,
|
|
"scripts": {
|
|
"preview": "npx serve src/preview -p 3333 --cors",
|
|
"dev": "npx serve src -p 3334 --cors"
|
|
},
|
|
"keywords": ["goosefactory", "hitl", "modals", "mcp-app"],
|
|
"license": "UNLICENSED"
|
|
}
|