{
  "name": "n_",
  "version": "4.0.1",
  "description": "lodash REPL",
  "main": "./lib/n_.js",
  "bin": {
    "n_": "./bin/n_"
  },
  "scripts": {
    "start": "node bin/n_",
    "lint": "eslint .",
    "test:unit": "ava",
    "test": "npm run lint && nyc npm run test:unit",
    "open-coverage": "open coverage/lcov-report/n_.js.html",
    "publish-coverage": "nyc report --reporter=text-lcov | coveralls",
    "clean": "rm -rf coverage .nyc_output tmp/histories--*"
  },
  "repository": "borisdiakur/n_",
  "keywords": [
    "_",
    "cli",
    "console",
    "lodash",
    "underscore",
    "repl",
    "shell",
    "terminal"
  ],
  "author": "Boris Diakur (https://borisdiakur.de)",
  "contributors": [
    "Boris Diakur <contact@borisdiakur.com> (https://github.com/borisdiakur)",
    "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)"
  ],
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "lodash": "^4.17.21",
    "repl-story": "^0.3.3",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.9.0",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "ava": "^5.3.1",
    "coveralls": "^3.1.1",
    "eslint": "^8.53.0",
    "nyc": "^15.1.0",
    "prettier": "^3.1.0",
    "strip-ansi": "^7.1.0",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18"
  },
  "ava": {
    "files": [
      "test/**/*"
    ]
  }
}
