feat(webscrape-bank): webscrapes the bank file on a hour loop, init. api

This commit is contained in:
devaine 2026-01-26 16:03:50 -06:00
commit 2ec98dc81d
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
8 changed files with 4252 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "transaction-sync",
"license": "ISC",
"main": "index.js",
"scripts": {
"actual": "node actual-api/src/index.js"
},
"dependencies": {
"@actual-app/api": "^26.1.0",
"concurrently": "^9.2.1",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0"
}
}