firefly-iii-ai-categorize/package.json

21 lines
417 B
JSON

{
"name": "firefly-iii-ai-categorize",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"openai": "^3.2.1",
"queue": "^7.0.0",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
}
}