UNPKG

@elimeleth/vct-flow

Version:

Crea un archivo app.ts, coloca el codigo de abajo alli y luego puedes correrlo con `npx tsx src/app.ts`

91 lines 2.38 kB
{ "name": "@elimeleth/vct-flow", "version": "1.8.19-180625", "main": "dist/index.cjs", "module": "dist/index.cjs", "types": "dist/index.d.ts", "type": "module", "files": [ "./dist/" ], "directories": { "src": "src", "test": "__tests__" }, "keywords": [ "sass", "ai", "assistant", "flows" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "license": "MIT", "packageManager": "pnpm@8.12.1", "peerDependencies": { "@elimeleth/vct-assistants": "*", "@langchain/core": ">=0.2.36 <0.3.0 || >=0.3.9 < 0.4.0", "@langchain/google-genai": "0.1.2", "@langchain/groq": "0.1.1", "@langchain/openai": "0.3.0", "date-fns": "4.1.0", "ffmpeg-static": "^5.2.0", "fluent-ffmpeg": "^2.1.3", "groq-sdk": "^0.7.0", "langchain": "0.3.2", "polka": "0.5.2", "reflect-metadata": "0.2.2", "typeorm": "0.3.20", "typeorm-extension": "3.6.2", "zod": "3.23.8" }, "dependencies": { "axios": "^1.9.0", "datastore-fs": "10.0.2", "exceljs": "^4.4.0", "interface-datastore": "8.3.1", "luxon": "^3.5.0", "node-cron": "^3.0.3", "nodemailer": "^6.10.1", "sqlite3": "5.1.7", "ts-retry-promise": "0.8.1", "util": "^0.12.5", "winston": "^3.17.0" }, "devDependencies": { "@rollup/plugin-commonjs": "26.0.3", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-replace": "5.0.7", "@types/cors": "2.8.17", "@types/exceljs": "^1.3.2", "@types/file-type": "^10.9.3", "@types/luxon": "^3.4.2", "@types/mime-types": "2.1.4", "@types/node": "22.7.7", "@types/node-cron": "^3.0.11", "@types/nodemailer": "^6.4.17", "@types/polka": "0.5.7", "@typescript-eslint/eslint-plugin": "8.10.0", "@typescript-eslint/parser": "8.10.0", "body-parser": "1.20.3", "cors": "2.8.5", "dotenv": "16.4.5", "eslint": "9.13.0", "picocolors": "1.1.0", "rollup": "3.0.0", "rollup-plugin-circular-dependencies": "1.1.2", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-peer-deps-external": "2.2.4", "rollup-plugin-typescript2": "0.36.0", "tslib": "2.8.0", "tsx": "4.19.1", "typescript": "5.6.3" }, "scripts": { "build": "rollup -c", "lint": "eslint src --ext .ts" } }