Add test command

This commit is contained in:
2026-03-13 00:15:44 +05:30
parent 3a342e657e
commit e913bff33c
2 changed files with 18 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "opencode-multi-model-tools",
"private": true,
"type": "module",
"scripts": {
"test": "bun test"
},
"dependencies": {
"@opencode-ai/plugin": "1.2.24"
},
"devDependencies": {
"@types/node": "^25.5.0"
}
}