add track-investments script

This commit is contained in:
Robert Dyer
2024-06-19 19:28:40 -05:00
parent bf6c723ade
commit b677570a2a
6 changed files with 200 additions and 2 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
"dependencies": {
"@actual-app/api": "^6.8.1",
"dotenv": "^16.4.5",
"jsdom": "^24.1.0"
"jsdom": "^24.1.0",
"readline-sync": "^1.4.10"
}
}