UNPKG

@websolutespa/payload-plugin-bowl-llm

Version:

LLM plugin for Bowl PayloadCms plugin

79 lines 2.04 kB
{ "name": "@websolutespa/payload-plugin-bowl-llm", "version": "1.9.48", "description": "LLM plugin for Bowl PayloadCms plugin", "keywords": [ "payload", "plugin", "bowl", "llm" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/websolutespa/bom.git" }, "scripts": { "lint": "eslint *.ts*", "test": "jest", "test-watch": "npm test -- --watch --silent=false", "coverage:integration": "npm run test -- --coverage", "coverage": "run-s -c --silent coverage:*", "compile": "tsup ./src/index.ts --format cjs --dts --external react", "prepack": "bom prepack", "postpack": "bom postpack" }, "dependencies": { "openai": "^4.28.0", "standardwebhooks": "^1.0.0" }, "peerDependencies": { "@payloadcms/db-mongodb": ">= 1.2.0", "@websolutespa/payload-plugin-bowl": "*", "@websolutespa/payload-utils": "*", "i18next": ">= 22.4.9", "marked": ">= 12.0.1", "payload": ">= 2.28.0 < 3", "raw-body": ">= 2.5.1", "react": ">= 18.2.0", "react-router-dom": ">= 5.3.4", "uuid": ">= 9.0.1" }, "devDependencies": { "@types/escape-html": "^1.0.2", "@types/express": "^4.17.15", "@types/mime-types": "^2.1.0", "@types/react-router-dom": "^5.3.3", "@types/uuid": "^9.0.2", "@websolutespa/bom-cli": "*", "@websolutespa/test": "*", "@websolutespa/tsconfig": "*", "esbuild-sass-plugin": "^2.10.0", "eslint": "^8.56.0", "eslint-config-websolute": "*", "i18next": "^22.4.9", "marked": "^12.0.1", "react": "^18.2.0", "ts-node": "^10.9.2", "tsup": "^6.7.0", "typescript": "^5.4.5", "uuid": "^9.0.1" }, "publishConfig": { "access": "public" }, "sideEffects": false, "bin": { "llm": "./bin/index.js" }, "prepack": { "types": "./dist/index.d.ts", "main": "./dist/index.js" }, "postpack": { "types": "./src/index.ts", "main": "./src/index.ts" }, "types": "./dist/index.d.ts", "main": "./dist/index.js" }