mirror of
https://github.com/linuxserver/budge.git
synced 2026-01-15 01:21:43 +08:00
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "ynab_import",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "import.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@dinero.js/currencies": "^2.0.0-alpha.8",
|
|
"csv-parse": "^4.16.3",
|
|
"dinero.js": "^2.0.0-alpha.8",
|
|
"got": "^11.8.3",
|
|
"prompt": "^1.2.0"
|
|
},
|
|
"type": "module"
|
|
}
|