{
  "name": "@jsopen/objects",
  "description": "Helper utilities for working with JavaScript objects and arrays",
  "version": "2.2.3",
  "author": "Panates",
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "type": "module",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "contributors": [
    "Eray Hanoglu <e.hanoglu@panates.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/panates/jsopen-objects.git"
  },
  "engines": {
    "node": ">= 16.0"
  },
  "keywords": [
    "object",
    "util",
    "utils",
    "merge",
    "clone",
    "deep",
    "omit",
    "is-plain",
    "object-utils"
  ],
  "publishConfig": {
    "access": "public"
  }
}