{
  "name": "@notthatnathan/use-canvas-image",
  "version": "1.0.8",
  "description": "A React hook for automatically exporting a canvas to img.",
  "main": "dist/index.js",
  "exports": {
    "require": "./dist/index.js",
    "default": "./dist/index.modern.mjs"
  },
  "scripts": {
    "build": "microbundle"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/notthatnathan/useCanvasImage.git"
  },
  "author": "Nathan Fitzsimmons",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/notthatnathan/useCanvasImage/issues"
  },
  "homepage": "https://github.com/notthatnathan/useCanvasImage#readme",
  "peerDependencies": {
    "react": "^16.6.0 || ^17"
  },
  "devDependencies": {
    "microbundle": "^0.15.0"
  },
  "dependencies": {
    "usehooks-ts": "^2.5.4"
  },
  "keywords": [
    "canvas",
    "react",
    "fullstory",
    "logrocket"
  ]
}
