UNPKG

toto-agent

Version:

Chatbot agent and reusable components for Toto platform

69 lines (68 loc) 1.8 kB
{ "name": "toto-agent", "version": "1.3.18", "description": "Chatbot agent and reusable components for Toto platform", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "clean": "rimraf dist", "dev": "tsc --watch", "lint": "eslint . --ext .ts,.tsx", "prepublishOnly": "npm run clean && npm run build", "test": "jest" }, "keywords": [ "chatbot", "gemini", "react", "toto" ], "author": "Toto Team", "license": "UNLICENSED", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/node": "^22.15.33", "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "eslint": "^8.52.0", "firebase-admin": "^13.4.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.3", "rimraf": "^5.0.5", "rollup": "^4.41.1", "rollup-plugin-postcss": "^4.0.2", "ts-jest": "^29.3.4", "typescript": "^5.2.2" }, "dependencies": { "@google/generative-ai": "^0.24.1", "@sentry/node": "^8.55.0", "dotenv": "^17.0.1", "firebase": "^12.0.0", "toto-agent": "^1.3.11" } }