{
  "name": "nramda",
  "version": "2.0.0",
  "description": "Ramda REPL",
  "main": "./lib/nr",
  "bin": {
    "nr": "./bin/nr"
  },
  "scripts": {
    "start": "node bin/nr",
    "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/nramda",
  "keywords": [
    "cli",
    "console",
    "fp",
    "functional",
    "functional programming",
    "ramda",
    "repl",
    "shell",
    "terminal"
  ],
  "author": "Boris Diakur (https://borisdiakur.de)",
  "license": "MIT",
  "dependencies": {
    "ramda": "^0.28.0",
    "repl-story": "^0.3.0",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@types/node": "^18.13.0",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.51.0",
    "ava": "^5.2.0",
    "coveralls": "^3.1.1",
    "eslint": "^8.32.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.4",
    "strip-ansi": "^6.0.0",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">=18"
  },
  "ava": {
    "files": [
      "test/**/*"
    ]
  }
}
