mirror of https://github.com/FlowiseAI/Flowise.git
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "flowise-components",
|
|
"version": "1.2.3",
|
|
"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",
|
|
"@supabase/supabase-js": "^2.21.0",
|
|
"axios": "^0.27.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chromadb": "^1.3.1",
|
|
"cohere-ai": "^6.2.0",
|
|
"d3-dsv": "2",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"form-data": "^4.0.0",
|
|
"langchain": "^0.0.63",
|
|
"mammoth": "^1.5.1",
|
|
"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"
|
|
}
|
|
}
|