{ "name": "flowise", "version": "1.4.2", "description": "Flowiseai Server", "main": "dist/index", "types": "dist/index.d.ts", "bin": { "flowise": "./bin/run" }, "files": [ "bin", "marketplaces", "dist", "npm-shrinkwrap.json", "oclif.manifest.json", "oauth2.html" ], "oclif": { "bin": "flowise", "commands": "./dist/commands" }, "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc", "start": "run-script-os", "start:windows": "cd bin && run start", "start:default": "cd bin && ./run start", "dev": "nodemon", "oclif-dev": "run-script-os", "oclif-dev:windows": "cd bin && dev start", "oclif-dev:default": "cd bin && ./dev start", "postpack": "shx rm -f oclif.manifest.json", "prepack": "pnpm build && oclif manifest && oclif readme", "typeorm": "typeorm-ts-node-commonjs", "watch": "tsc --watch", "version": "oclif readme && git add README.md" }, "keywords": [], "homepage": "https://flowiseai.com", "author": { "name": "Henry Heng", "email": "henryheng@flowiseai.com" }, "engines": { "node": ">=18.15.0" }, "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@oclif/core": "^1.13.10", "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.7", "async-mutex": "^0.4.0", "axios": "^0.27.2", "cors": "^2.8.5", "crypto-js": "^4.1.1", "dotenv": "^16.0.0", "express": "^4.17.3", "express-basic-auth": "^1.2.1", "express-rate-limit": "^6.9.0", "flowise-components": "workspace:^", "flowise-ui": "workspace:^", "lodash": "^4.17.21", "moment": "^2.29.3", "moment-timezone": "^0.5.34", "multer": "^1.4.5-lts.1", "mysql": "^2.18.1", "openai": "^4.20.0", "pg": "^8.11.1", "reflect-metadata": "^0.1.13", "socket.io": "^4.6.1", "sqlite3": "^5.1.6", "typeorm": "^0.3.6", "uuid": "^9.0.1", "winston": "^3.9.0" }, "devDependencies": { "@types/cors": "^2.8.12", "@types/crypto-js": "^4.1.1", "@types/multer": "^1.4.7", "concurrently": "^7.1.0", "nodemon": "^2.0.22", "oclif": "^3", "run-script-os": "^1.1.6", "shx": "^0.3.3", "ts-node": "^10.7.0", "typescript": "^4.8.4" } }