vram-boss/package.json
Lilith 9e61b4e818
Some checks failed
Build and Publish / build (push) Failing after 45s
Build and Publish / publish (push) Has been skipped
deps-upgrade(dependencies): ⬆️ Update all dependencies to their latest stable versions for bug fixes and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:35:36 -07:00

53 lines
1.2 KiB
JSON

{
"name": "@lilith/ml-vram-boss",
"version": "1.1.0",
"description": "DEPRECATED: Use @lilith/model-boss>=3.0.0 from @applications/@model-boss instead.",
"deprecated": "Use @lilith/model-boss>=3.0.0 instead",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"clean": "rm -rf dist"
},
"dependencies": {
"ioredis": "^5.9.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@lilith/configs": "^2.3.0",
"@types/node": "^22.19.5",
"@types/uuid": "^9.0.8",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"keywords": [
"gpu",
"vram",
"ml",
"coordinator",
"redis",
"lease"
],
"author": "Lilith",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true,
"deprecated": true,
"successor": "@lilith/model-boss>=3.0.0"
}
}