aboutsummaryrefslogtreecommitdiffstats
path: root/cli/package.json
diff options
context:
space:
mode:
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"
+ }
+}