actual/packages/import-ynab5/package.json
Tom French 4be86c3d42
Revert "build: update yarn.lock" (#230)
This reverts commit ae8ef2674f.

Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies"

This reverts commit b0ed8d5149, reversing
changes made to 5505a1439a.
2022-08-31 22:44:52 +01:00

24 lines
647 B
JSON

{
"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"
},
"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-ynab5#readme",
"dependencies": {
"@actual-app/api": "^1.0.0",
"date-fns": "2.0.0-alpha.27",
"uuid": "3.3.2"
}
}