{ "name": "@janhq/inference-cortex-extension", "productName": "Cortex Inference Engine", "version": "1.0.25", "description": "This extension embeds cortex.cpp, a lightweight inference engine written in C++. See https://jan.ai.\nAdditional dependencies could be installed to run without Cuda Toolkit installation.", "main": "dist/index.js", "node": "dist/node/index.cjs.js", "author": "Jan ", "license": "AGPL-3.0", "scripts": { "test": "vitest run", "build": "rolldown -c rolldown.config.mjs", "downloadcortex:linux:darwin": "./download.sh", "downloadcortex:win32": "download.bat", "downloadcortex": "run-script-os", "build:publish:darwin": "rimraf *.tgz --glob || true && yarn build && ../../.github/scripts/auto-sign.sh && cpx \"bin/**\" \"dist/bin\" && npm pack && cpx *.tgz ../../pre-install", "build:publish:win32:linux": "rimraf *.tgz --glob || true && yarn build && cpx \"bin/**\" \"dist/bin\" && npm pack && cpx *.tgz ../../pre-install", "build:publish": "run-script-os" }, "exports": { ".": "./dist/index.js", "./main": "./dist/node/index.cjs.js" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/decompress": "^4.2.7", "@types/jest": "^29.5.12", "@types/node": "^20.11.4", "@types/os-utils": "^0.0.4", "@types/tcp-port-used": "^1.0.4", "cpx": "^1.5.0", "download-cli": "^1.1.1", "jest": "^29.7.0", "rimraf": "^3.0.2", "rolldown": "1.0.0-beta.1", "run-script-os": "^1.1.6", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "vitest": "^3.0.8" }, "dependencies": { "@janhq/core": "../../core/package.tgz", "fetch-retry": "^5.0.6", "ky": "^1.7.2", "p-queue": "^8.0.1", "rxjs": "^7.8.1", "ulidx": "^2.3.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/*", "package.json", "README.md" ], "bundleDependencies": [ "tcp-port-used", "fetch-retry", "@janhq/core", "decompress" ], "installConfig": { "hoistingLimits": "workspaces" }, "packageManager": "yarn@4.5.3" }