{
  "name": "deep-freeze-plus",
  "type": "module",
  "version": "1.1.4",
  "description": "An ultra-fast and efficient library for deeply freezing JavaScript objects and preventing unintended mutations. Supports all data types, including complex objects like maps and sets, and guarantees immutability without recursion. Ideal for applications that require strict data immutability and performance-critical use cases.",
  "main": "index.js",
  "scripts": {
    "test": "mocha '__tests__/**/*.js'",
    "test:coverage": "nyc npm test"
  },
  "keywords": [
    "deep-freeze",
    "immutable",
    "object",
    "array",
    "utility",
    "library"
  ],
  "author": "Deniz Rovcanin",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.3.7",
    "nyc": "^15.1.0"
  }
}
