2026-01-30 03:16:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@modelgrid.com/modelgrid",
|
2026-01-30 03:18:21 +00:00
|
|
|
"version": "1.0.1",
|
2026-01-30 03:16:57 +00:00
|
|
|
"description": "ModelGrid - GPU infrastructure management daemon for AI model containers with OpenAI-compatible API",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"gpu",
|
|
|
|
|
"docker",
|
|
|
|
|
"ai",
|
|
|
|
|
"llm",
|
|
|
|
|
"ollama",
|
|
|
|
|
"vllm",
|
|
|
|
|
"openai",
|
|
|
|
|
"api",
|
|
|
|
|
"nvidia",
|
|
|
|
|
"cuda",
|
|
|
|
|
"amd",
|
|
|
|
|
"rocm",
|
|
|
|
|
"intel",
|
|
|
|
|
"inference",
|
|
|
|
|
"container"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://code.foss.global/modelgrid.com/modelgrid",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://code.foss.global/modelgrid.com/modelgrid/issues"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://code.foss.global/modelgrid.com/modelgrid.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "ModelGrid",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
|
|
|
|
"modelgrid": "./bin/modelgrid-wrapper.js"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "node scripts/install-binary.js",
|
|
|
|
|
"prepublishOnly": "echo 'Publishing ModelGrid binaries to npm...'",
|
|
|
|
|
"test": "echo 'Tests are run with Deno: deno task test'",
|
|
|
|
|
"build": "echo 'no build needed'"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"bin/",
|
|
|
|
|
"scripts/install-binary.js",
|
|
|
|
|
"readme.md",
|
|
|
|
|
"license",
|
|
|
|
|
"changelog.md"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0"
|
|
|
|
|
},
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin",
|
|
|
|
|
"linux",
|
|
|
|
|
"win32"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64",
|
|
|
|
|
"arm64"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public",
|
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
|
|
|
|
}
|