feat: better ux for calc-schedule-budget

This commit is contained in:
oxypomme
2024-08-13 08:11:31 +02:00
parent e51e42efa8
commit 3636531a18
5 changed files with 68 additions and 23 deletions

12
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"@actual-app/api": "^6.8.2",
"chalk": "^5.3.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5"
}
@@ -109,6 +110,17 @@
"ieee754": "^1.1.13"
}
},
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/chownr": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",