{
  "alias": "auto-immutable.js",
  "author": {
    "email": "stephen.isienyi@webkrafting.com",
    "name": "Stephen Isienyi"
  },
  "bugs": {
    "url": "https://github.com/webKrafters/auto-immutable.js/issues"
  },
  "contributors": [
    "steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
  ],
  "description": "Auto Immutable - self enforcing immutable data structure",
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.20.5",
    "@babel/node": "^7.12.10",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.20.2",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.0",
    "@types/lodash.isequal": "^4.5.8",
    "@types/lodash.isplainobject": "^4.0.9",
    "@types/node": "^20.13.0",
    "@webkrafters/clone-total": "^1.0.1",
    "@webkrafters/get-property": "^2.0.0",
    "@webkrafters/path-dotize": "0.0.2",
    "@webkrafters/timed-map": "^2.0.0",
    "babel-loader": "^8.2.5",
    "jest": "^29.7.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.clonedeepwith": "^4.5.0",
    "lodash.isempty": "^4.4.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isinteger": "^4.0.4",
    "lodash.isobject": "^3.0.2",
    "lodash.isplainobject": "^4.0.6",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.2"
  },
  "files": [
    "dist",
    "logo.svg"
  ],
  "homepage": "https://auto-immutable.js.org",
  "keywords": [
    "auto-immutable",
    "immutable",
    "readonly"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@webkrafters/auto-immutable",
  "peerDependencies": {
    "@webkrafters/clone-total": ">= 1.0.1",
    "@webkrafters/get-property": ">= 1.2.1",
    "@webkrafters/path-dotize": ">= 0.0.2",
    "@webkrafters/timed-map": ">= 2.0.0",
    "lodash.isempty": ">= 0.1.0",
    "lodash.isequal": ">= 0.1.0",
    "lodash.isplainobject": ">= 1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webKrafters/auto-immutable.js.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc && babel dist -d dist",
    "postbuild": "node post-build.js",
    "test": "jest --coverage --updateSnapshot",
    "test:clean": "jest --clearCache",
    "test:core": "jest --updateSnapshot",
    "test:watch": "jest --updateSnapshot --watchAll"
  },
  "types": "dist/index.d.ts",
  "version": "2.0.5"
}
