Files
ht-docker-ai/package.json

33 lines
807 B
JSON
Raw Normal View History

2026-01-16 01:51:57 +00:00
{
"name": "@host.today/ht-docker-ai",
2026-01-16 14:24:37 +00:00
"version": "1.4.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": {
"@git.zone/tstest": "^1.0.90",
"@git.zone/tsrun": "^1.3.3"
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"
]
}