@joshjohanning/hsa-expense-analyzer-cli
Version: 
A Node.js CLI tool that analyzes HSA expenses and reimbursements by year from a folder of receipt files.
54 lines (53 loc) • 1.22 kB
JSON
{
  "name": "@joshjohanning/hsa-expense-analyzer-cli",
  "version": "0.2.1",
  "description": "A Node.js CLI tool that analyzes HSA expenses and reimbursements by year from a folder of receipt files.",
  "keywords": [
    "hsa",
    "reporting",
    "cli",
    "personal-finance",
    "expenses",
    "healthcare",
    "receipts",
    "tax"
  ],
  "author": {
    "name": "Josh Johanning",
    "email": "joshjohanning@ithub.com",
    "url": "https://github.com/joshjohanning"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshjohanning/hsa-expense-analyzer-cli.git"
  },
  "bugs": {
    "url": "https://github.com/joshjohanning/hsa-expense-analyzer-cli/issues"
  },
  "homepage": "https://github.com/joshjohanning/hsa-expense-analyzer-cli#readme",
  "license": "MIT",
  "engines": {
    "node": ">=10.0.0"
  },
  "preferGlobal": true,
  "bin": {
    "hsa-expense-analyzer-cli": "main.js"
  },
  "files": [
    "main.js",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node main.js",
    "test": "node test.js"
  },
  "dependencies": {
    "chartscii": "^3.2.0",
    "prettyjson": "^1.2.5",
    "yargs": "^18.0.0"
  }
}