Files
ht-docker-ai/package.json
Juergen Kunz 45cb87e9e7
Some checks failed
Docker (tags) / security (push) Successful in 22s
Docker (tags) / test (push) Failing after 7m38s
Docker (tags) / release (push) Has been skipped
Docker (tags) / metadata (push) Has been skipped
v1.15.3
2026-01-20 04:15:45 +00:00

38 lines
939 B
JSON

{
"name": "@host.today/ht-docker-ai",
"version": "1.15.3",
"type": "module",
"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",
"test": "tstest test/ --verbose"
},
"devDependencies": {
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.5",
"@push.rocks/smartagent": "^1.6.2",
"@push.rocks/smartai": "^0.13.3"
},
"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"
],
"dependencies": {
"@types/node": "^25.0.9"
}
}