-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@sakowicz/actual-ai",
"version": "1.2.1",
"description": "Transaction AI classification for Actual Budget app.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev-docker": "../node_modules/.bin/nodemon --exec \"npm run lint && node ./app.js\"",
"dev": "nodemon --exec \"npm run lint && npm run start\"",
"lint": "eslint --fix **/*.js"
},
"keywords": [],
"author": "Szymon Sakowicz <info@sakowi.cz>",
"license": "MIT",
"dependencies": {
"@actual-app/api": "^24.11.0",
"@ai-sdk/anthropic": "^0.0.56",
"@ai-sdk/google": "^0.0.55",
"@ai-sdk/openai": "^0.0.72",
"ai": "^3.4.33",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"ollama-ai-provider": "^0.16.1"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.7"
}
}