* chore: migrate engine settings on update * chore: queue engine migration to ensure it only execute when server is on * chore: ensure queue is empty instead of running in the queue
38 lines
950 B
JSON
38 lines
950 B
JSON
{
|
|
"name": "@janhq/model-extension",
|
|
"productName": "Model Management",
|
|
"version": "1.0.36",
|
|
"description": "Handles model lists, their details, and settings.",
|
|
"main": "dist/index.js",
|
|
"author": "Jan <service@jan.ai>",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"build": "rolldown -c rolldown.config.mjs",
|
|
"build:publish": "rimraf *.tgz --glob || true && yarn build && npm pack && cpx *.tgz ../../pre-install"
|
|
},
|
|
"devDependencies": {
|
|
"cpx": "^1.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"rolldown": "1.0.0-beta.1",
|
|
"run-script-os": "^1.1.6",
|
|
"typescript": "5.3.3",
|
|
"vitest": "^3.0.6"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"@janhq/core": "../../core/package.tgz",
|
|
"ky": "^1.7.2",
|
|
"p-queue": "^8.0.1"
|
|
},
|
|
"bundleDependencies": [],
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
},
|
|
"packageManager": "yarn@4.5.3"
|
|
}
|