53 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|