{
  "name": "utilitify",
  "version": "1.0.5",
  "description": "The utilities for working with a collections such as objects, arrays and primitives such as numbers, strings, etc.",
  "repository": "https://github.com/xcritical-software/utilitify.git",
  "author": "XCritical Software",
  "license": "MIT",
  "main": "dist/index.js",
	"source": "src/index.ts",
	"module": "dist/popover.esm.js",
	"types": "dist/typings.d.ts",
	"files": [
    "dist",
    "src"
	],
  "scripts": {
    "test": "jest --config=jest.config.js",
    "lint": "eslint --ext .ts src",
    "lint:fix": "yarn lint --fix",
    "compile": "tsdx build --format cjs,esm --verbose && api-extractor run --local",
    "build": "yarn clean && yarn compile",
    "deploy": "npm publish --access public",
    "check": "yarn lint && yarn test",
    "clean": "rimraf dist lib .publish",
    "re-install": "yarn clean && rd /s/q node_modules && yarn"
  },
  "private": false,
  "devDependencies": {
    "@microsoft/api-extractor": "7.7.13",
    "tsdx": "^0.13.2",
    "@types/jest": "^25.1.2",
    "@types/kind-of": "^6.0.0",
    "@types/lodash.findindex": "^4.6.6",
    "@types/lodash.get": "^4.4.6",
    "@types/lodash.isnumber": "^3.0.6",
    "@types/lodash.omit": "^4.5.6",
    "@types/lodash.set": "^4.3.6",
    "@types/lodash.topath": "^4.5.6",
    "@types/lodash.transform": "^4.6.6",
    "@xcritical/eslint-plugin-xcritical": "3.1.2",
    "@xcritical/xc-front-libs-utils": "^1.0.0",
    "jest": "^25.1.0",
    "lint-staged": "^10.0.7",
    "ts-jest": "^25.2.0"
  },
  "keywords": [
    "clone",
    "clone-deep",
    "copy",
    "deep",
    "deep-clone",
    "deep-merge",
    "extend",
    "key",
    "keys",
    "merge",
    "merge-deep",
    "object",
    "objects",
    "prop",
    "properties",
    "property",
    "props",
    "value",
    "values",
    "delete",
    "set",
    "deep-set"
  ],
  "lint-staged": {
    "*.{js,ts}": [
      "yarn lint:fix",
      "git add"
    ]
  },
  "dependencies": {
    "kind-of": "^6.0.2",
    "lodash.findindex": "^4.6.0",
    "lodash.get": "^4.4.2",
    "lodash.isnumber": "^3.0.3",
    "lodash.omit": "^4.5.0",
    "lodash.set": "^4.3.2",
    "lodash.topath": "^4.5.2",
    "lodash.transform": "^4.6.0"
  },
  "resolutions": {
    "typescript": "^3.7.2"
  }
}
