Replace split Assets JS with a built bundle and aligned C#/config so SwarmUI loads one script and patch apply stays consistent; drop legacy terse persona and memory seed. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
308 B
JSON
14 lines
308 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"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0"
|
|
}
|
|
}
|