diff options
| author | ivar <i@oiee.no> | 2026-03-09 23:05:38 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-03-09 23:05:38 +0100 |
| commit | 69448e29a85cad3a94b3be3ad33efbc52764528f (patch) | |
| tree | c32b8c817322fdf26edbbb3fa75b9505a7020ae8 /cli/package.json | |
| parent | b35302fa020ec82a9d67a6cb34379d42983d3cfc (diff) | |
| download | sparebank1-actualbudget-69448e29a85cad3a94b3be3ad33efbc52764528f.tar.xz sparebank1-actualbudget-69448e29a85cad3a94b3be3ad33efbc52764528f.zip | |
Diffstat (limited to 'cli/package.json')
| -rw-r--r-- | cli/package.json | 22 |
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" + } +} |
