{ "name": "flowise-components", "version": "1.1.1", "description": "Flowiseai Components", "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { "build": "tsc && gulp", "dev": "tsc --watch" }, "keywords": [], "homepage": "https://flowiseai.com", "author": { "name": "Henry Heng", "email": "henryheng@flowiseai.com" }, "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@dqbd/tiktoken": "^1.0.4", "@huggingface/inference": "^1.6.3", "@pinecone-database/pinecone": "^0.0.12", "axios": "^0.27.2", "chromadb": "^1.3.1", "d3-dsv": "2", "dotenv": "^16.0.0", "express": "^4.17.3", "form-data": "^4.0.0", "langchain": "^0.0.53", "moment": "^2.29.3", "node-fetch": "2", "pdf-parse": "^1.1.1", "ws": "^8.9.0" }, "devDependencies": { "@types/gulp": "4.0.9", "@types/ws": "^8.5.3", "gulp": "^4.0.2", "typescript": "^4.8.4" } }