mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
58971e8b30
* Update build process to support multi-platform builds Bump @lancedb/vectordb to 0.1.19 for ARM&AMD compatibility Patch puppeteer on ARM builds because of broken chromium resolves #539 resolves #548 --------- Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "anything-llm-document-collector",
|
|
"version": "0.2.0",
|
|
"description": "Document collector server endpoints",
|
|
"main": "index.js",
|
|
"author": "Timothy Carambat (Mintplex Labs)",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"engines": {
|
|
"node": ">=18.12.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development nodemon --ignore hotdir --ignore storage --trace-warnings index.js",
|
|
"start": "NODE_ENV=production node index.js",
|
|
"lint": "yarn prettier --write ./processSingleFile ./processLink ./utils index.js"
|
|
},
|
|
"dependencies": {
|
|
"@googleapis/youtube": "^9.0.0",
|
|
"@xenova/transformers": "^2.11.0",
|
|
"bcrypt": "^5.1.0",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"extract-zip": "^2.0.1",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"ignore": "^5.3.0",
|
|
"js-tiktoken": "^1.0.8",
|
|
"langchain": "0.0.201",
|
|
"mammoth": "^1.6.0",
|
|
"mbox-parser": "^1.0.1",
|
|
"mime": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"multer": "^1.4.5-lts.1",
|
|
"officeparser": "^4.0.5",
|
|
"pdf-parse": "^1.1.1",
|
|
"puppeteer": "~21.5.2",
|
|
"slugify": "^1.6.6",
|
|
"url-pattern": "^1.0.3",
|
|
"uuid": "^9.0.0",
|
|
"wavefile": "^11.0.0",
|
|
"youtube-transcript": "^1.0.6",
|
|
"youtubei.js": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "^2.4.1"
|
|
}
|
|
}
|