fix-qif-from-barclays-to-freeagent
Version:
Read a qif and fix amounts
39 lines (38 loc) • 847 B
JSON
{
"name": "fix-qif-from-barclays-to-freeagent",
"version": "0.0.8",
"main": "index.js",
"description": "Read a qif and fix amounts",
"scripts": {
"test": "mocha",
"debug": "nodemon",
"watch": "mocha -w --watch-files test/**/*.js --watch-files lib/**/*.js"
},
"bin": {
"fix-qif-from-barclays-to-freeagent": "index.js"
},
"keywords": [
"FreeAgent"
],
"author": "Mark Higham",
"repository": {
"url": "https://github.com/markhigham/fix-qif-from-barclays-to-freeagent"
},
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"husky": "^4.2.1",
"mocha": "^7.0.1",
"nodemon": "^2.0.2",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1"
},
"dependencies": {
"minimist": "^1.2.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}