{
  "name": "@exabytellc/canvas",
  "version": "0.0.18",
  "description": "EB react canvas!",
  "keywords": [
    "canvas",
    "react",
    "eb",
    "exabytellc"
  ],
  "author": "Moemen Zaafarany",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exabytellc/react.get.git",
    "directory": "canvas"
  },
  "private": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "scripts": {
    "build": "babel src --out-dir dist --copy-files",
    "prepublishOnly": "npm version patch & npm i @exabytellc/utils@latest & npm i & npm run build"
  },
  "sideEffects": false,
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.7",
    "@babel/preset-react": "^7.23.3",
    "eslint": "^8.56.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5"
  },
  "peerDependencies": {
    "@exabytellc/utils": "^0.0.44",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
