{
  "name": "find-and",
  "version": "1.3.1",
  "description": "Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arfeo/find-and.git"
  },
  "bugs": {
    "url": "https://github.com/arfeo/find-and/issues"
  },
  "homepage": "https://github.com/arfeo/find-and#readme",
  "main": "lib/index.js",
  "files": [
    "lib/**/*",
    "index.d.ts",
    "LICENSE"
  ],
  "scripts": {
    "build": "jest && tsc",
    "test": "jest"
  },
  "keywords": [
    "nested",
    "object",
    "replace",
    "append",
    "find",
    "change",
    "remove",
    "properties",
    "insert",
    "keys"
  ],
  "author": "Arfeo.net",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.25",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "eslint": "^6.6.0",
    "jest": "^24.9.0",
    "ts-jest": "^24.2.0",
    "typescript": "^3.7.3"
  }
}
