actual/packages/import-ynab5/package.json

24 lines
642 B
JSON
Raw Normal View History

2022-04-29 02:44:38 +00:00
{
"name": "@actual-app/import-ynab5",
"description": "A tool for importing nYNAB data into Actual",
"version": "1.0.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/actualbudget/actual.git",
"directory": "packages/import-ynab5"
2022-04-29 02:44:38 +00:00
},
"author": "James Long",
"license": "ISC",
"bugs": {
"url": "https://github.com/actualbudget/actual/issues"
2022-04-29 02:44:38 +00:00
},
"bin": "./index.js",
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme",
2022-04-29 02:44:38 +00:00
"dependencies": {
"@actual-app/api": "*",
2022-04-29 02:44:38 +00:00
"date-fns": "2.0.0-alpha.27",
"uuid": "3.3.2"
}
}