feat: added budget from schedule

This commit is contained in:
2024-07-23 11:41:19 +02:00
commit e51e42efa8
9 changed files with 726 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "actual-scripts",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://git.oxypomme.fr/oxypomme/actual-scripts.git"
},
"author": "oxypomme",
"license": "MIT",
"dependencies": {
"@actual-app/api": "^6.8.2",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5"
}
}