71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "anya",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
"bun-types": "latest"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bunx @puppeteer/browsers install chrome@115.0.5790.98 --path $HOME/.cache/puppeteer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@dqbd/tiktoken": "^1.0.15",
|
|
"@langchain/community": "^0.3.11",
|
|
"@langchain/core": "^0.3.16",
|
|
"@langchain/openai": "^0.3.11",
|
|
"@nextcloud/files": "^3.8.0",
|
|
"@solyarisoftware/voskjs": "^1.2.8",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/skmeans": "^0.11.7",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/xml2js": "^0.4.14",
|
|
"axios": "^1.7.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"date-fns": "^3.6.0",
|
|
"discord.js": "^14.14.1",
|
|
"elysia": "^1.1.17",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"form-data": "^4.0.0",
|
|
"fuse.js": "^7.0.0",
|
|
"fuzzysort": "^3.0.2",
|
|
"i": "^0.3.7",
|
|
"kmeans-ts": "^1.0.4",
|
|
"langchain": "^0.0.212",
|
|
"llamaindex": "^0.8.0",
|
|
"mathjs": "^12.2.1",
|
|
"meta-fetcher": "^3.1.1",
|
|
"minio": "^8.0.1",
|
|
"nanoid": "^5.0.4",
|
|
"nextcloud-node-client": "^1.8.1",
|
|
"node-cron": "^3.0.3",
|
|
"npm": "^10.2.5",
|
|
"openai": "^4.67.1",
|
|
"pg": "^8.13.1",
|
|
"pyodide": "^0.24.1",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"quickchart-js": "^3.1.3",
|
|
"resend": "^4.0.0",
|
|
"serpapi": "^2.0.0",
|
|
"skmeans": "^0.11.3",
|
|
"turndown": "^7.2.0",
|
|
"uuid": "^11.0.2",
|
|
"whatsapp-web.js": "^1.26.0",
|
|
"whisper-node": "^1.1.1",
|
|
"xml2js": "^0.6.2",
|
|
"youtube-transcript": "^1.2.1",
|
|
"youtubei.js": "^5.8.0",
|
|
"ytdl-core": "^4.11.5",
|
|
"zod": "^3.22.4",
|
|
"zod-to-json-schema": "^3.23.0",
|
|
"zx": "^7.2.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"core-js",
|
|
"protobufjs"
|
|
]
|
|
}
|