initial
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@host.today/ht-docker-ai",
|
||||
"version": "1.0.0",
|
||||
"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": "./test-images.sh"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user