Rename app to actual-importer

This commit is contained in:
2025-04-01 17:23:11 +02:00
parent 32014f84e8
commit aab323d746
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "actual-ing",
"name": "actual-importer",
"version": "0.0.1",
"description": "The utility which imports transactions from ING Bank Śląski to Actual budget",
"description": "The utility which imports transactions from CSV sources to Actual budget",
"main": "index.ts",
"scripts": {
"start": "tsx src/index.ts",
@@ -10,7 +10,7 @@
"author": "Bartłomiej Pluta <noreply.git@mx.bartlomiejpluta.com>",
"license": "ISC",
"bin": {
"actual-ing": "./dist/index.js"
"actual-importer": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^22.9.0",