UNPKG

@guiseek/ofx2json

Version:

Library 4 convert OFX files 2 JSON

31 lines (30 loc) 589 B
{ "name": "@guiseek/ofx2json", "version": "1.0.0", "description": "Library 4 convert OFX files 2 JSON", "keywords": [ "js", "javascript", "typescript", "json", "ofx", "bank", "ofx2json", "xml2json" ], "author": "Gui Seek <guiseek@gmail.com>", "homepage": "http://guiseek.js.org", "license": "MIT", "main": "lib/ofx2json.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "scripts": { "start": "node ./lib/ofx2json.js", "test": "echo \"Error: run tests from root\" && exit 1" } }