{
  "name": "react-simple-pull-to-refresh",
  "version": "1.3.4",
  "description": "A Simple Pull To Refresh Component for React Application",
  "main": "build/index.cjs.js",
  "module": "build/index.esm.js",
  "scripts": {
    "build": "rollup -c && cd playground && npm run build && cd ../ && ncp ./playground/build ./docs",
    "build-watch": "rollup -c -w",
    "dev": "npm-run-all --parallel build-watch start-playground",
    "i-all": "npm i && cd playground && npm i",
    "start-playground": "cd playground && npm run start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thmsgbrt/react-simple-pull-to-refresh.git"
  },
  "keywords": [
    "react",
    "pull to refresh",
    "js",
    "mobile"
  ],
  "author": "Guibert Thomas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thmsgbrt/react-simple-pull-to-refresh/issues"
  },
  "homepage": "https://github.com/thmsgbrt/react-simple-pull-to-refresh#readme",
  "devDependencies": {
    "@types/react": "^16.9.9",
    "@types/react-dom": "^16.9.2",
    "ncp": "^2.0.0",
    "sass": "^1.70.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.25.0",
    "rollup-plugin-delete": "^1.1.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-typescript2": "^0.24.3",
    "typescript": "3.7.5"
  },
  "peerDependencies": {
    "react": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "files": [
    "build"
  ],
  "typings": "build/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
