moving
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled

This commit is contained in:
Oleg Maslov
2026-09-02 10:10:29 +02:00
commit 0c3e2ead3b
3841 changed files with 970576 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "@waggle/core",
"version": "0.1.0",
"description": "Waggle-specific orchestration: config, multi-mind, workspace, vault, telemetry, install-audit, cron, skills, file-store, file-indexer, memory-import, optimization-log, compliance. Re-exports substrate from @waggle/hive-mind-core for backward compatibility.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"test": "vitest run"
},
"dependencies": {
"@waggle/hive-mind-core": "*",
"@waggle/shared": "*",
"better-sqlite3": "^12.6.2",
"cron-parser": "^4.9.0",
"glob": "^13.0.6"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.1019.0",
"@types/better-sqlite3": "^7.6.13"
},
"license": "MIT"
}