actual/packages/import-ynab4/package.json
2022-04-28 22:44:38 -04:00

25 lines
667 B
JSON

{
"name": "@actual-app/import-ynab4",
"description": "A tool for importing YNAB4 data into Actual",
"version": "1.0.6",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/actualbudget/importer-ynab4.git"
},
"author": "James Long",
"license": "ISC",
"bugs": {
"url": "https://github.com/actualbudget/importer-ynab4/issues"
},
"bin": "./index.js",
"homepage": "https://github.com/actualbudget/importer-ynab4#readme",
"dependencies": {
"@actual-app/api": "^1.0.0",
"adm-zip": "^0.5.9",
"date-fns": "2.0.0-alpha.27",
"slash": "3.0.0",
"uuid": "3.3.2"
}
}