{
  "name": "react-decoy",
  "version": "1.1.0",
  "keywords": [
    "react",
    "dom",
    "change",
    "recover",
    "revert",
    "undo"
  ],
  "license": "Unlicense",
  "contributors": [
    "Colin Gourlay <colin@colin-gourlay.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/colingourlay/react-decoy"
  },
  "main": "dist/index.js",
  "module": "dist/react-decoy.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "lint": "tsdx lint",
    "prepublishOnly": "npm run build",
    "release": "np"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "^24.0.20",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "husky": "^3.0.9",
    "np": "*",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "tsdx": "^0.14.1",
    "tslib": "^1.10.0",
    "typescript": "^3.6.4"
  }
}
