{
  "name": "react-quran",
  "description": "Easily add Quran viewer to your react applications!",
  "version": "1.4.0",
  "author": {
    "name": "Mohammed Taha",
    "email": "gsft22221@gmail.com",
    "url": "https://github.com/6km"
  },
  "dependencies": {
    "clipboard-copy": "^4.0.1",
    "styled-components": "^5.3.11"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./fonts/index.css": {
      "import": "./dist/fonts/index.css",
      "require": "./dist/fonts/index.css"
    }
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "peerDependencies": {
    "react": "^17.0.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/6km/react-quran.git"
  },
  "resolutions": {
    "styled-components": "^5"
  },
  "scripts": {
    "build": "rimraf dist && rollup --config",
    "build-storybook": "storybook build",
    "format": "prettier src/ --write",
    "lint": "eslint src",
    "storybook": "storybook dev -p 6006"
  },
  "source": "src/index.ts",
  "types": "dist/esm/index.d.ts"
}
