{
  "name": "react-rain-effect",
  "version": "0.1.5",
  "description": "React wrapper for rain effect using web-gl inspired by https://freebiesbug.com/code-stuff/rain-drops-effect-with-webgl/",
  "author": "Sanath Kodikara",
  "keywords": ["react","rain effect","web gl"],
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": ["dist","README.md"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanathko/react-rain-effect.git"
  },
  "dependencies": {
    "glslify": "^7.0.0",
    "gsap": "^2.0.2"
  },
  "devDependencies": {
    "react-scripts": "5.0.1",
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.14",
    "@babel/preset-env": "^7.13.12",
    "@babel/polyfill": "^7.12.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "license": "MIT"
}
