{ "name": "actual-ing", "version": "0.0.1", "description": "The utility which imports transactions from ING Bank Śląski to Actual budget", "main": "index.ts", "scripts": { "start": "tsx src/index.ts", "build": "tsc && tsc-alias" }, "author": "Bartłomiej Pluta ", "license": "ISC", "bin": { "actual-ing": "./dist/index.js" }, "devDependencies": { "@types/node": "^22.9.0", "tsc-alias": "^1.8.10", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "dependencies": { } }