refactor: remove test/debug

This commit is contained in:
2026-06-25 22:43:33 +09:00
parent cf584bd00b
commit e0189fb002
16 changed files with 201 additions and 2768 deletions

View File

@@ -8,11 +8,9 @@
},
"scripts": {
"cli": "bun run src/index.ts",
"test": "bun test",
"format": "bun run prettier 'src/**/*.ts' -w"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^25.9.1"
},
"peerDependencies": {
@@ -23,7 +21,6 @@
"chalk": "^5.6.2",
"commander": "^15.0.0",
"dotenv": "^17.4.2",
"ora": "^9.4.0",
"prettier": "^3.8.3",
"supermemory": "^4.24.12"
}