{
  "name": "readjson",
  "version": "2.2.2",
  "description": "Read file and parse it as json.",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/node-readjson/issues"
  },
  "main": "lib/readjson.js",
  "scripts": {
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "test": "madrun test",
    "coverage": "madrun coverage",
    "report": "madrun report"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/coderaiser/node-readjson.git"
  },
  "keywords": [
    "read",
    "parse",
    "promise",
    "json"
  ],
  "dependencies": {
    "jju": "^1.4.0",
    "try-catch": "^3.0.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^7.16.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-putout": "^7.0.1",
    "madrun": "^8.1.0",
    "nyc": "^15.0.0",
    "putout": "^14.0.2",
    "supertape": "^3.10.0",
    "try-to-catch": "^3.0.0"
  },
  "engines": {
    "node": ">=10"
  }
}
