{
  "name": "node-object-hash",
  "version": "2.3.10",
  "description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
  "keywords": [
    "hash",
    "object",
    "hash-object",
    "object-hash",
    "es6",
    "crypto"
  ],
  "homepage": "https://github.com/SkeLLLa/node-object-hash#readme",
  "bugs": {
    "url": "https://github.com/SkeLLLa/node-object-hash/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SkeLLLa/node-object-hash.git"
  },
  "license": "MIT",
  "author": "m03geek",
  "main": "dist/hasher.js",
  "types": "dist/hasher.d.ts",
  "directories": {
    "lib": "dist",
    "doc": "docs",
    "test": "test"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts",
    "dist/**/*.map"
  ],
  "scripts": {
    "prebenchmark": "npm i --no-save hash-object object-hash benchmark",
    "benchmark": "node benchmark/bench.js",
    "prebenchmark:custom": "npm i --no-save hash-object object-hash benchmark",
    "benchmark:custom": "node --expose-gc benchmark/custom.js",
    "build": "npm run build:node",
    "build:node": "tsc -p tsconfig.json",
    "get-changelog": "conventional-changelog -r 2 -p angular",
    "lint": "npm run lint:eslint",
    "lint:eslint": "eslint . --ext js,jsx,ts,tsx",
    "prerelease": "npm run typedoc && git add -A ./docs",
    "release": "git add -A && standard-version -a",
    "test": "npm audit --production && npm run lint && npm run unit",
    "typedoc": "rm -rf ./docs/* && typedoc && pretty-quick",
    "unit": "jest --coverage",
    "postunit": "codecov || true",
    "version:update": "echo v$npm_package_version > VERSION"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@jest/globals": "^27.2.0",
    "@types/node": "^16.9.1",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "codecov": "^3.8.3",
    "conventional-changelog-cli": "^2.1.1",
    "eslint": "^7.32.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-sort-requires": "^2.1.0",
    "faker": "^5.5.3",
    "husky": "^7.0.2",
    "jest": "^27.2.0",
    "prettier": "^2.4.0",
    "prettier-plugin-packagejson": "^2.2.12",
    "pretty-quick": "^3.1.1",
    "replace": "^1.2.1",
    "standard-version": "^9.3.1",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typedoc": "~0.21.0",
    "typedoc-plugin-markdown": "^3.10.4",
    "typescript": "~4.4.3"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
