{
  "name": "@elastic/safer-lodash-set",
  "version": "0.0.0",
  "description": "A safer version of the lodash set and setWith functions",
  "main": "index.js",
  "types": "index.d.ts",
  "devDependencies": {
    "dependency-check": "^4.1.0",
    "tape": "^5.0.1",
    "tsd": "^0.21.0"
  },
  "peerDependencies": {
    "lodash": "4.x"
  },
  "scripts": {
    "lint": "dependency-check --no-dev package.json set.js setWith.js fp/*.js",
    "test": "npm run lint && tape test/*.js && npm run test:types",
    "test:types": "tsc --noEmit",
    "update": "./scripts/update.sh",
    "save_state": "./scripts/save_state.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git"
  },
  "keywords": [
    "lodash",
    "security",
    "set",
    "setWith",
    "prototype",
    "pollution"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/opensearch-project/OpenSearch-Dashboards/issues"
  },
  "homepage": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/packages/opensearch-safer-lodash-set",
  "standard": {
    "ignore": [
      "/lodash/"
    ]
  }
}
