{
  "name": "@perpk/json-xform",
  "version": "1.3.0",
  "homepage": "https://github.com/perpk/json-xform#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/perpk/json-xform"
  },
  "description": "A small library to perform transformations between JSON data.",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "test:reportJson": "nyc mocha --reporter json --reporter-option output=mocha-report.json",
    "test:report": "npx mocha --reporter mochawesome",
    "test:watch": "mocha --watch",
    "coverage:report": "npx nyc report --reporter json-summary",
    "eslint": "npx eslint utils schema test index.js",
    "validate": "npm-run-all --parallel eslint test",
    "prepare": "husky install",
    "precommit": "npm run validate"
  },
  "author": "k.a.perperidis@gmail.com",
  "license": "ISC",
  "dependencies": {
    "async": "^3.2.4",
    "date-fns": "^2.29.3",
    "jsonpath": "^1.1.1",
    "jsonschema": "^1.4.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.29.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.6.0",
    "eslint-plugin-promise": "^6.1.1",
    "husky": "^8.0.2",
    "mocha": "^9.2.2",
    "mochawesome": "^7.1.3",
    "mochawesome-report-generator": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "rewire": "^5.0.0"
  }
}
