{ "name": "@janhq/core", "version": "0.1.10", "description": "Core library for the Jan AI application framework", "keywords": [ "jan", "core" ], "homepage": "https://jan.ai", "license": "AGPL-3.0", "main": "dist/index.js", "typings": "dist/types/index.d.ts", "files": [ "dist", "types" ], "author": "Jan ", "scripts": { "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "prebuild": "rimraf dist", "build": "tsc -p . && rolldown -c rolldown.config.mjs" }, "devDependencies": { "@npmcli/arborist": "^7.1.0", "@types/node": "^22.10.0", "@types/react": "19.1.2", "@vitest/coverage-v8": "^2.1.8", "@vitest/ui": "^2.1.8", "eslint": "8.57.0", "happy-dom": "^15.11.6", "pacote": "^21.0.0", "react": "19.0.0", "request": "^2.88.2", "request-progress": "^3.0.0", "rimraf": "^6.0.1", "rolldown": "1.0.0-beta.1", "tslib": "^2.6.2", "typescript": "^5.8.3", "vitest": "^2.1.8" }, "dependencies": { "rxjs": "^7.8.1", "ulidx": "^2.3.0" }, "peerDependencies": { "react": "19.0.0" }, "packageManager": "yarn@4.5.3" }