aboutsummaryrefslogtreecommitdiffstats
path: root/cli/package.json
diff options
context:
space:
mode:
authorivar <i@oiee.no>2026-03-09 23:05:38 +0100
committerivar <i@oiee.no>2026-03-09 23:05:38 +0100
commit69448e29a85cad3a94b3be3ad33efbc52764528f (patch)
treec32b8c817322fdf26edbbb3fa75b9505a7020ae8 /cli/package.json
parentb35302fa020ec82a9d67a6cb34379d42983d3cfc (diff)
downloadsparebank1-actualbudget-master.tar.xz
sparebank1-actualbudget-master.zip
Add wip cliHEADmaster
Diffstat (limited to 'cli/package.json')
-rw-r--r--cli/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/cli/package.json b/cli/package.json
new file mode 100644
index 0000000..bdaf9fd
--- /dev/null
+++ b/cli/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "sb1-actual",
+ "version": "0.1.0",
+ "type": "module",
+ "bin": {
+ "sb1-actual": "./src/index.ts"
+ },
+ "scripts": {
+ "start": "tsx src/index.ts"
+ },
+ "dependencies": {
+ "@actual-app/api": "^26.3.0",
+ "@clack/prompts": "^1.1.0",
+ "temporal-polyfill": "^0.3.0"
+ },
+ "private": true,
+ "devDependencies": {
+ "@types/node": "^22",
+ "tsx": "^4",
+ "typescript": "^5"
+ }
+}