Files
swarm-assistent/package.json
T
Leonid PershinandCursor 65a0982b9d Ship Assistent 0.15.3: user-owned Generate, SwarmUI aspects, HF import UX.
Chips and quick patches apply params without auto-Generate; aspect sizes match Swarm Side Length 1024. HF import shows drafts after switching filter from approved-only; training status and job polling improved.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-23 19:13:36 +03:00

14 lines
374 B
JSON

{
"name": "swarm-assistent",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"watch": "node scripts/build.mjs --watch",
"test": "node --test test/intent.test.js test/patch.test.js test/context.test.js test/kreaProfile.test.js test/aspect.test.js"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}