UNPKG

chaite

Version:

core for chatgpt-plugin and karin-plugin-chatgpt

72 lines 1.82 kB
{ "name": "chaite", "version": "1.10.7", "description": "core for chatgpt-plugin and karin-plugin-chatgpt", "keywords": [ "yunzai", "karin", "chatgpt" ], "license": "ISC", "author": "ikechan8370", "sideEffects": true, "type": "module", "main": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "frontend/build", "LICENSE", "README.md", "package.json" ], "devDependencies": { "@anthropic-ai/sdk": "^0.39.0", "@eslint/js": "^9.21.0", "@google/genai": "^1.8.0", "@karinjs/node-schedule": "^1.1.2", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^20.17.24", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "axios": "^1.8.1", "chokidar": "^4.0.3", "copyfiles": "^2.4.1", "cors": "^2.8.5", "eslint": "^9.21.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-prettier": "^5.2.3", "express": "^4.21.2", "jest": "^29.7.0", "jsonwebtoken": "^9.0.2", "mammoth": "^1.9.0", "openai": "^5.20.1", "pdf-parse": "^2.4.5", "prettier": "^3.5.2", "reflect-metadata": "^0.2.2", "ts-jest": "^29.2.6", "tsdown": "^0.16.0", "typescript": "^5.7.3", "typescript-eslint": "^8.25.0" }, "peerDependencies": { "pdf-parse": "^2.4.5" }, "peerDependenciesMeta": { "pdf-parse": { "optional": true } }, "scripts": { "build": "tsc --noEmit && tsdown", "dev": "nodemon --exec ts-node src/index.ts", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "prebuild": "node scripts/generate-version.js", "pub": "npm publish --access public", "test": "jest" } }