{
  "name": "ndjson-apply",
  "version": "1.5.1",
  "type": "module",
  "description": "A CLI tool to transform a stream of newline-delimited JSON by applying a JS function to each JSON object",
  "main": "bin/ndjson-apply.js",
  "bin": {
    "ndjson-apply": "bin/ndjson-apply.js",
    "ndjson-apply-ts": "bin/ndjson-apply-ts.sh"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "test": "mocha $MOCHA_OPTIONS ./tests/*.js",
    "prepublish": "npm test",
    "update-toc": "./scripts/update_toc.sh"
  },
  "keywords": [
    "ndjson",
    "jsonl",
    "ldjson",
    "apply",
    "map",
    "transform",
    "function",
    "diff",
    "CLI"
  ],
  "author": "maxlath",
  "license": "MIT",
  "dependencies": {
    "commander": "^7.2.0",
    "diff": "^4.0.2",
    "split": "^1.0.1",
    "through": "^2.3.8",
    "tiny-chalk": "^3.0.1"
  },
  "devDependencies": {
    "mocha": "^9.1.3",
    "should": "^13.2.3",
    "tsx": "^4.7.1"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxlath/ndjson-apply.git"
  },
  "bugs": {
    "url": "https://github.com/maxlath/ndjson-apply/issues"
  },
  "homepage": "https://github.com/maxlath/ndjson-apply#readme"
}
