{
  "name": "find-duplicated-property-keys",
  "version": "1.2.9",
  "description": "A package for detecting all duplicated property keys of a JSON string.",
  "bin": "build/cli.js",
  "main": "build/index.js",
  "scripts": {
    "test": "jest ./src/ --coverage",
    "dist": "standard src/**/*.js && yarn test && ./node_modules/.bin/babel src --ignore src/tests --out-dir build",
    "start": "node ./build/cli",
    "prepublishOnly": "yarn && yarn dist"
  },
  "keywords": [
    "JSON",
    "duplicate",
    "property",
    "key",
    "validate",
    "validation",
    "validator"
  ],
  "author": "SebastianG",
  "license": "MIT",
  "dependencies": {
    "chalk": "4.1.2",
    "command-line-args": "5.2.1",
    "command-line-usage": "6.1.3"
  },
  "devDependencies": {
    "@babel/cli": "7.19.3",
    "@babel/core": "7.20.2",
    "@babel/preset-env": "7.20.2",
    "babel-plugin-add-module-exports": "1.0.4",
    "coveralls": "3.1.1",
    "jest": "29.3.1",
    "jest-html-reporter": "3.7.0",
    "standard": "17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SebastianG77/find-duplicated-property-keys.git"
  },
  "bugs": "https://github.com/SebastianG77/find-duplicated-property-keys/issues",
  "jest": {
    "reporters": [
      "default",
      [
        "./node_modules/jest-html-reporter",
        {
          "pageTitle": "Test Report"
        }
      ]
    ]
  }
}
