untracked files on main: dceb101 feat(#63): IMP-34 R1 donor capacity measured bound (u1+u2)

This commit is contained in:
2026-05-21 22:07:41 +09:00
commit 8f085a28d3
3220 changed files with 985495 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "design_agent",
"version": "1.0.0",
"description": "콘텐츠를 시각적으로 구조화된 슬라이드 HTML로 변환하는 독립 에이전트.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keimin86/design_agent.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/keimin86/design_agent/issues"
},
"homepage": "https://github.com/keimin86/design_agent#readme",
"dependencies": {
"@antv/infographic": "^0.2.16",
"infographic-cli": "^0.5.1"
}
}