{
  "version": "2.1.3",
  "license": "MIT",
  "main": "dist/index.js",
  "description": "Immer patch optimisation to add \"move\" operations.",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "dev": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests --coverage --maxWorkers=2",
    "lint": "yarn eslint src/**/* --ext .js,.ts,.jsx,.tsx",
    "size": "yarn size-limit",
    "prepare": "tsdx build"
  },
  "peerDependencies": {
    "immer": "9"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "name": "dendriform-immer-patch-optimiser",
  "author": "Damien Clarke",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dxinteractive/dendriform.git"
  },
  "bugs": {
    "url": "https://github.com/dxinteractive/dendriform/issues"
  },
  "module": "dist/dendriform-immer-patch-optimiser.esm.js",
  "sideEffects": false,
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@size-limit/preset-small-lib": "^4.5.7",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "babel-loader": "^8.1.0",
    "eslint": "^7.7.0",
    "eslint-config-blueflag": "^0.11.1",
    "eslint-plugin-react": "^7.20.6",
    "husky": "^4.2.5",
    "immer": "9.0.15",
    "size-limit": "^4.5.7",
    "ts-loader": "^8.0.3",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  },
  "gitHead": "097625c66d46adb5d9da75c68c865080108a7c6f"
}
