{
  "name": "csv-sort-cli",
  "version": "4.2.6",
  "description": "Command line app to sort double-entry CSVs coming from internet banking statements",
  "keywords": [
    "accountancy",
    "accounting",
    "bank",
    "columns",
    "crunch",
    "csv",
    "file",
    "files",
    "fix",
    "lloyds",
    "missing",
    "patch",
    "pony",
    "rows",
    "sort"
  ],
  "homepage": "https://codsen.com/os/csv-sort-cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codsen/codsen.git",
    "directory": "packages/csv-sort-cli"
  },
  "license": "MIT",
  "author": {
    "name": "Roy Revelt",
    "email": "roy@codsen.com",
    "url": "https://codsen.com"
  },
  "type": "module",
  "bin": {
    "csvsort": "cli.js",
    "sortcsv": "cli.js"
  },
  "scripts": {
    "build": "exit 0",
    "coverage": "c8 uvu test",
    "dev": "exit 0",
    "devtest": "npm run test",
    "dts": "exit 0",
    "examples": "exit 0",
    "lect": "node '../../ops/lect/lect.js'",
    "lect:check": "node '../../ops/lect/lect.js' --check",
    "lint": "biome lint --error-on-warnings .",
    "lint:fix": "biome lint --write --error-on-warnings .",
    "perf": "exit 0",
    "prep": "echo 'ready'",
    "prettier": "biome format",
    "prettier:format": "biome format --write .",
    "pretest": "npm run lect:check",
    "test": "c8 npm run unit && npm run lint",
    "unit": "uvu test"
  },
  "c8": {
    "all": true,
    "branches": 100,
    "check-coverage": true,
    "exclude": ["**/test/**/*.*", "cli-update-notifier.js"],
    "functions": 100,
    "lines": 100,
    "statements": 100
  },
  "lect": {
    "licence": {
      "extras": [""]
    }
  },
  "dependencies": {
    "@inquirer/prompts": "^7.10.1",
    "codsen-glob": "^1.1.2",
    "codsen-utils": "^1.10.2",
    "csv-sort": "^7.2.5"
  },
  "engines": {
    "node": ">=18.20.8"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
