UNPKG

ynab-api-importer

Version:

Import bank transactions into YNAB

45 lines (44 loc) 991 B
{ "name": "ynab-api-importer", "version": "3.0.25", "description": "Import bank transactions into YNAB", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "bin/run", "dist/" ], "bin": { "ynab-importer": "./bin/run" }, "scripts": { "build": "rm -rf dist && tsc -p .", "start": "node dist/run.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "ynab", "api", "importer" ], "author": "Tim Smart <tim@fostle.com>", "license": "MIT", "devDependencies": { "@types/luxon": "^2.3.1", "@types/node": "^20.4.8", "lerna": "^4.0.0", "prettier": "^1.18.2", "ts-node": "^10.7.0", "typescript": "^5.1.6" }, "dependencies": { "fp-ts": "^2.11.10", "luxon": "^2.3.2", "ofx-js": "^0.1.1", "puppeteer": "^21.0.1", "rxjs": "^7.5.5", "ynab": "^1.28.0" }, "gitHead": "9a24dfeabc75659b7dd42a2127714c7c593d4762" }