{
  "license": "MIT",
  "name": "react-konva-addons",
  "description": "Addons for building canvas components with React and Konva",
  "version": "0.0.2",
  "keywords": [],
  "main": "lib/esm/index.js",
  "module": "lib/esm/index.js",
  "typings": "lib/esm/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w"
  },
  "author": "sudosilico",
  "devDependencies": {
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "eslint": "^7.32.0",
    "eslint-config-custom": "*",
    "tsconfig": "*",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "konva": "^8.3.12",
    "react-konva": "^18.2.1"
  },
  "targets": {
    "none": {}
  },
  "dependencies": {},
  "files": [
    "README.md",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sudosilico/react-konva-addons.git"
  },
  "bugs": {
    "url": "https://github.com/sudosilico/react-konva-addons/issues"
  },
  "homepage": "https://github.com/sudosilico/react-konva-addons#readme"
}
