Files
YNABReconciler/package.json

16 lines
324 B
JSON

{
"name": "ynabreconciler",
"version": "1.0.0",
"description": "Command line tool to reconcile YNAB account",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"yargs": "^16.0.3",
"ynab": "^1.20.0"
}
}