25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"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 <noreply.git@mx.bartlomiejpluta.com>",
|
|
"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": {
|
|
|
|
}
|
|
}
|