{ "name": "@bentoml/openllm-monorepo", "version": "0.3.7.dev0", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/bentoml/OpenLLM.git" }, "bugs": { "url": "https://github.com/bentoml/OpenLLM/issues" }, "engines": { "node": ">=18" }, "private": true, "scripts": { "lint": "eslint . --cache", "check": "npx prettier . --check", "format": "npx prettier . --write" }, "packageManager": "pnpm@8.4.0", "devDependencies": { "@edge-runtime/vm": "3.1.0", "@next/eslint-plugin-next": "13.4.19", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", "@typescript-eslint/parser": "6.4.1", "eslint": "8.47.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-tailwindcss": "3.13.0", "eslint-plugin-unicorn": "48.0.1", "prettier": "3.0.3", "prettier-plugin-pkg": "0.18.0", "prettier-plugin-tailwindcss": "0.5.4", "turbo": "1.10.13", "typescript": "5.2.2" }, "pnpm": { "overrides": { "vitest": "^0.27.1", "react": "^18.2.0", "react-dom": "^18.2.0", "@mdx-js/react": "^2.3.0", "@vercel/analytics": "1.0.2", "next-themes": "^0.2.1", "next": "^13.4.8", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6" } } }