2026-01-16 01:51:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@host.today/ht-docker-ai",
|
2026-01-18 00:11:17 +00:00
|
|
|
"version": "1.8.0",
|
2026-01-16 03:58:39 +00:00
|
|
|
"type": "module",
|
2026-01-16 01:51:57 +00:00
|
|
|
"private": false,
|
|
|
|
|
"description": "Docker images for AI vision-language models including MiniCPM-V 4.5",
|
|
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "./build-images.sh",
|
2026-01-16 03:58:39 +00:00
|
|
|
"test": "tstest test/ --verbose"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-17 16:57:26 +00:00
|
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
|
|
|
"@git.zone/tstest": "^1.0.90"
|
2026-01-16 01:51:57 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://code.foss.global/host.today/ht-docker-ai.git"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://code.foss.global/host.today/ht-docker-ai",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"docker",
|
|
|
|
|
"ai",
|
|
|
|
|
"vision-language",
|
|
|
|
|
"minicpm",
|
|
|
|
|
"ollama",
|
|
|
|
|
"multimodal"
|
2026-01-17 16:57:26 +00:00
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/node": "^25.0.9"
|
|
|
|
|
}
|
2026-01-16 01:51:57 +00:00
|
|
|
}
|