{
  "name": "@wbe/use-did-update",
  "version": "2.7.1",
  "description": "Execute effect only when state or props is updated",
  "author": "Willy Brauner",
  "license": "MIT",
  "types": "dist/index",
  "source": "src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "private": false,
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/willybrauner/libraries.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "compile": "microbundle",
    "test": "jest"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "keywords": [
    "use-did-update"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ad1bf1a79934e7aa56bb7bc7ec3523634b0629bf"
}
