UNPKG

manifest

Version:

Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard

94 lines (93 loc) 2.36 kB
{ "name": "manifest", "version": "5.45.1", "description": "Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard", "main": "dist/index.js", "license": "MIT", "author": "MNFST Inc.", "homepage": "https://manifest.build", "repository": { "type": "git", "url": "https://github.com/mnfst/manifest", "directory": "packages/openclaw-plugins/manifest" }, "bugs": { "url": "https://github.com/mnfst/manifest/issues" }, "files": [ "dist/index.js", "dist/server.js", "dist/server.d.ts", "dist/backend", "dist/package.json", "dist/node_modules", "public", "openclaw.plugin.json", "README.md", "LICENSE.md" ], "openclaw": { "extensions": [ "./dist/index.js" ] }, "engines": { "node": ">=20.0.0" }, "scripts": { "prebuild": "rm -rf dist public", "build": "tsx build.ts && tsc -p tsconfig.server.json && node scripts/copy-assets.js", "prepublishOnly": "npm run build && cp ../../../README.md README.md", "typecheck": "tsc --noEmit", "test": "jest" }, "keywords": [ "openclaw", "openclaw-plugin", "manifest", "manifest-local", "llm-router", "self-hosted", "local-first", "sqlite", "ai-dashboard", "embedded-server" ], "dependencies": { "@nestjs/cache-manager": "^3.1.0", "@nestjs/common": "^11.0.0", "@nestjs/config": "^4.0.0", "@nestjs/core": "^11.0.0", "@nestjs/platform-express": "^11.0.0", "@nestjs/schedule": "^6.1.1", "@nestjs/serve-static": "^5.0.4", "@nestjs/throttler": "^6.0.0", "@nestjs/typeorm": "^11.0.0", "@react-email/components": "^1.0.7", "@react-email/render": "^2.0.4", "better-auth": "^1.4.18", "cache-manager": "^7.2.8", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "compression": "^1.8.1", "express-rate-limit": "^8.3.1", "helmet": "^8.1.0", "pg": "^8.13.0", "protobufjs": "^8.0.0", "react": "^19.2.4", "react-dom": "^19.2.4", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.0", "sql.js": "^1.12.0", "typeorm": "^0.3.0", "uuid": "^11.0.0" }, "devDependencies": { "esbuild": "^0.25.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "@types/jest": "^29.5.0", "jest": "^29.7.0", "ts-jest": "^29.2.0" } }