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
+10 -1
View File
@@ -7,7 +7,8 @@
"dependencies": {
"@actual-app/api": "^6.8.1",
"dotenv": "^16.4.5",
"jsdom": "^24.1.0"
"jsdom": "^24.1.0",
"readline-sync": "^1.4.10"
}
},
"node_modules/@actual-app/api": {
@@ -667,6 +668,14 @@
"node": ">= 6"
}
},
"node_modules/readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/requires-port": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",