{
  "name": "gooey-react",
  "version": "1.1.0",
  "description": "The gooey effect for React",
  "homepage": "https://gooey-react.netlify.app",
  "repository": "luukdv/gooey-react",
  "bugs": "https://github.com/luukdv/gooey-react/issues",
  "license": "MIT",
  "author": {
    "name": "Luuk de Vlieger",
    "email": "info@luuk.site",
    "url": "https://www.luuk.site"
  },
  "files": [
    "dist-cjs",
    "dist-esm",
    "dist-types"
  ],
  "keywords": [
    "gooey",
    "goo",
    "gooeyeffect",
    "react",
    "blobs",
    "svg",
    "metaballs",
    "animation",
    "effect",
    "graphics",
    "reactjs",
    "shape",
    "svg-filter",
    "svg-filters"
  ],
  "main": "dist-cjs/index.js",
  "module": "dist-esm/index.js",
  "types": "dist-types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build:cjs": "BUILD_TYPE=cjs babel src --extensions '.ts,.tsx' --out-dir dist-cjs",
    "build:esm": "babel src --extensions '.ts,.tsx' --out-dir dist-esm",
    "build:types": "tsc --emitDeclarationOnly",
    "build": "run-p build:cjs build:esm build:types",
    "prebuild": "rimraf dist-*",
    "prepublishOnly": "npm test && npm run build",
    "test:watch": "jest --watch",
    "test": "jest",
    "ts": "tsc --noEmit"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@testing-library/jest-dom": "^5.11.2",
    "@testing-library/react": "^11.1.0",
    "@types/react": "^16.9.44",
    "babel-plugin-jsx-remove-data-test-id": "^2.1.3",
    "jest": "^26.2.2",
    "npm-run-all": "^4.1.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17"
  }
}
