{ "name": "sparebank1_actual_budget_integration", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node --import=tsx ./src/main.ts | pino-pretty", "test": "node --test --experimental-strip-types ./tests/**", "format": "prettier --write \"./**/*.{js,mjs,ts,md,json}\"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@actual-app/api": "^24.11.0", "cron": "^3.2.1", "dotenv": "^16.4.5", "pino": "^9.5.0", "prettier": "^3.3.3" }, "devDependencies": { "@types/node": "^22.9.0", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "prettier": { "semi": false, "singleQuote": false, "tabWidth": 2, "trailingComma": "all" } }