16 lines
380 B
JSON

{
"name": "mcp-animation-framework",
"version": "1.0.0",
"description": "Generate chat UI animation frames for MCP marketing assets.",
"main": "capture-animation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"puppeteer": "^24.37.3"
}
}