UNPKG

csv-sort-cli

Version:

Command line app to sort double-entry CSVs coming from internet banking statements

84 lines (83 loc) 1.81 kB
{ "name": "csv-sort-cli", "version": "4.0.10", "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", "cjs-off": "exit 0", "cjs-on": "exit 0", "dev": "exit 0", "devtest": "npm run test", "dts": "exit 0", "examples": "exit 0", "lect": "node '../../ops/lect/lect.js'", "letspublish": "npm publish || :", "lint": "eslint . --fix", "perf": "exit 0", "prep": "echo 'ready'", "prettier": "prettier", "prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'", "pretest": "exit 0", "test": "c8 npm run unit && npm run lint", "unit": "uvu test" }, "engines": { "node": ">=18" }, "c8": { "check-coverage": false, "exclude": [ "**/test/**/*.*" ] }, "lect": { "licence": { "extras": [ "" ] } }, "dependencies": { "@inquirer/prompts": "^7.6.0", "chalk": "^5.4.1", "codsen-utils": "^1.6.8", "csv-sort": "^7.0.20", "globby": "^14.1.0", "meow": "^13.2.0", "update-notifier": "^7.3.1" } }