{
  "name": "react-loader-spinner",
  "version": "5.4.5",
  "description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.",
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/esm/index.js"
    }
  },
  "types": "dist/index.d.ts",
  "author": {
    "name": "Mohan Upadhyay",
    "url": "https://mohanpd.com.np"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mhnpd/react-loader-spinner"
  },
  "homepage": "https://mhnpd.github.io/react-loader-spinner/",
  "keywords": [
    "react-component",
    "loader",
    "spinner",
    "react"
  ],
  "scripts": {
    "build": "yarn clean && yarn build:cjs && yarn build:esm",
    "build:esm": "tsc --module es6 --outdir ./dist/esm/",
    "build:cjs": "tsc --module commonjs --outdir  ./dist/",
    "build:watch": "tsc --watch",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
    "prettier": "prettier --write .",
    "clean": "rimraf dist/",
    "test": "jest --no-cache"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.5.2",
    "@types/react": "^17.0.47",
    "@types/react-dom": "^17.0.11",
    "@types/styled-components": "^5.1.25",
    "@types/testing-library__jest-dom": "^5.14.2",
    "@types/testing-library__react": "^10.2.0",
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "eslint-plugin-react": "^7.28.0",
    "jest": "^27.4.5",
    "prettier": "2.7.1",
    "react": "16.8.0",
    "react-dom": "16.8.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "react-is": "^18.2.0",
    "styled-components": "^5.3.5",
    "styled-tools": "^1.7.2"
  }
}
