This commit is contained in:
2026-01-16 03:58:39 +00:00
parent 6e464cb7e7
commit 3dc1881d8b
6 changed files with 8815 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@host.today/ht-docker-ai",
"version": "1.0.0",
"type": "module",
"private": false,
"description": "Docker images for AI vision-language models including MiniCPM-V 4.5",
"main": "dist_ts/index.js",
@@ -9,7 +10,11 @@
"license": "MIT",
"scripts": {
"build": "./build-images.sh",
"test": "./test-images.sh"
"test": "tstest test/ --verbose"
},
"devDependencies": {
"@git.zone/tstest": "^1.0.90",
"@git.zone/tsrun": "^1.3.3"
},
"repository": {
"type": "git",