UNPKG

csv-sort-cli

Version:

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

87 lines (86 loc) 1.92 kB
{ "name": "csv-sort-cli", "version": "4.1.3", "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 --provenance || :", "lint": "eslint . --fix --concurrency=auto --cache", "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": "^8.2.0", "chalk": "^5.6.2", "codsen-utils": "^1.7.3", "csv-sort": "^7.1.3", "globby": "^16.1.0", "meow": "^14.0.0", "update-notifier": "^7.3.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }