{
  "name": "@zapier/secret-scrubber",
  "version": "1.1.6",
  "description": "Confidently remove secrets and sensitive values from unstructured objects.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": "gitlab:zapier/secret-scrubber-js",
  "keywords": [],
  "files": [
    "lib/*.js",
    "lib/*.d.ts"
  ],
  "author": {
    "name": "David Brownman",
    "email": "david.brownman@zapier.com",
    "url": "https://xavd.id"
  },
  "license": "ISC",
  "jest": {
    "roots": [
      "<rootDir>/src"
    ],
    "testMatch": [
      "**/__tests__/**/*.+(ts|tsx|js)",
      "**/?(*.)+(spec|test).+(ts|tsx|js)"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    }
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "devDependencies": {
    "@types/create-hash": "1.2.6",
    "@types/jest": "26.0.23",
    "@types/lodash": "4.14.182",
    "@types/lodash.isplainobject": "4.0.6",
    "@types/node": "16.18.0",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "eslint": "7.32.0",
    "eslint-config-prettier": "6.15.0",
    "eslint-config-standard-with-typescript": "19.0.1",
    "eslint-config-xavdid": "1.0.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jest": "24.7.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "4.3.1",
    "eslint-plugin-react": "7.37.2",
    "eslint-plugin-react-hooks": "4.6.2",
    "eslint-plugin-standard": "4.1.0",
    "jest": "27.5.1",
    "prettier": "2.8.8",
    "ts-jest": "27.1.5",
    "typescript": "4.4.4"
  },
  "dependencies": {
    "create-hash": "1.2.0",
    "lodash.isplainobject": "4.0.6"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src",
    "test": "jest",
    "validate": "pnpm test && pnpm lint"
  }
}