Telegram Bot to parse transactions and insert into Firefly III
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
544 B

{
"name": "transactionparser",
"version": "1.0.0",
"description": "Telegram Bot to parse transactions and insert into Firefly III",
"repository": {
"type": "git",
"url": "https://git.benjamin-kraft.eu/benjamin/TransactionParser.git"
},
"keywords": [
"bot",
"telegram",
"finance"
],
"scripts": {
"start": "node out/index.js"
},
"author": "Benjamin Kraft",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.4.2",
"typescript": "^5.5.4"
},
"dependencies": {
"dotenv": "^16.4.5",
"grammy": "^1.29.0"
}
}