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
+4 -4
View File
@@ -9,7 +9,7 @@
"@opencode-ai/plugin": "1.2.24" "@opencode-ai/plugin": "1.2.24"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^25.4.0" "@types/node": "^25.5.0"
} }
}, },
"node_modules/@opencode-ai/plugin": { "node_modules/@opencode-ai/plugin": {
@@ -25,9 +25,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "25.4.0", "version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.4.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-9wLpoeWuBlcbBpOY3XmzSTG3oscB6xjBEEtn+pYXTfhyXhIxC5FsBer2KTopBlvKEiW9l13po9fq+SJY/5lkhw==", "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+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"
}
}