Files
agent/package.json
KQL 23a865fd8c Initial commit: AI Agent 设计工作流 - 宝可梦主题奶茶快闪店
- 添加主页面 linear-workflow.html
- 添加项目配置文件 package.json
- 添加部署说明文档 README.md
- 包含所有设计资源文件
- 实现交互式流程图展示
- 支持本地部署在 127.0.0.1:5175
2025-08-24 14:06:39 +08:00

26 lines
574 B
JSON

{
"name": "ai-agent-workflow",
"version": "1.0.0",
"description": "AI Agent 设计工作流 - 奶茶快闪店宝可梦主题设计",
"main": "linear-workflow.html",
"scripts": {
"dev": "npx http-server -p 5175 -a 127.0.0.1 -o /linear-workflow.html",
"serve": "npx http-server -p 5175 -a 127.0.0.1"
},
"keywords": [
"AI",
"workflow",
"pokemon",
"design",
"bubble-tea"
],
"author": "Duguay",
"license": "MIT",
"dependencies": {
"liquid-glass-react": "^1.1.1"
},
"devDependencies": {
"http-server": "^14.1.1"
}
}