4be86c3d42
This reverts commitae8ef2674f
. Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies" This reverts commitb0ed8d5149
, reversing changes made to5505a1439a
.
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"name": "@actual-app/import-ynab4",
|
|
"description": "A tool for importing YNAB4 data into Actual",
|
|
"version": "1.0.6",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actualbudget/actual.git",
|
|
"directory": "packages/import-ynab4"
|
|
},
|
|
"author": "James Long",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/actualbudget/actual/issues"
|
|
},
|
|
"bin": "./index.js",
|
|
"homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-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"
|
|
}
|
|
}
|