UNPKG

to-ynab

Version:

Convert csv files from different sources, like banks to YNAB ( youneedabudget.com ) ready csv files

46 lines (45 loc) 1.09 kB
{ "name": "to-ynab", "version": "0.1.0", "description": "Convert csv files from different sources, like banks to YNAB ( youneedabudget.com ) ready csv files", "main": "index.js", "bin": { "to-ynab": "./bin/cli.js" }, "scripts": { "start": "node ./bin/cli.js", "test": "istanbul cover _mocha -- --recursive", "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git", "url": "git+https://github.com/cosminlupu/to-ynab.git" }, "keywords": [ "ynab", "csv", "converter", "bank", "nordea" ], "author": "Cosmin Lupu <me@cosminlupu.com>", "license": "MIT", "bugs": { "url": "https://github.com/cosminlupu/to-ynab/issues" }, "homepage": "https://github.com/cosminlupu/to-ynab#readme", "dependencies": { "commander": "^2.9.0", "moment": "^2.15.1" }, "engines": { "node": ">= 4.0.0" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.14", "fs-extra": "^0.30.0", "istanbul": "^0.4.5", "mocha": "^3.1.2" } }