feat(webscrape-bank): added code to webscrape my bank, api is next
This commit is contained in:
commit
b8552eaefa
6 changed files with 3974 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue