{ "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" } }