{
  "name": "react-countup",
  "version": "4.4.0",
  "description": "A React component wrapper around CountUp.js",
  "author": "Glenn Reyes <glenn@glennreyes.com> (https://twitter.com/glnnrys)",
  "keywords": [
    "react-component",
    "react",
    "react.js",
    "countup",
    "countup.js",
    "counter",
    "animation"
  ],
  "license": "MIT",
  "repository": "glennreyes/react-countup",
  "bugs": {
    "url": "https://github.com/glennreyes/react-countup/issues"
  },
  "homepage": "https://react-countup.now.sh",
  "main": "build",
  "files": [
    "build",
    "index.d.ts"
  ],
  "typings": "index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "yarn build",
    "test": "jest"
  },
  "peerDependencies": {
    "react": ">= 16.3.0"
  },
  "dependencies": {
    "countup.js": "^1.9.3",
    "prop-types": "^15.7.2",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@babel/core": "7.14.6",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/preset-env": "7.14.7",
    "@babel/preset-react": "7.14.5",
    "@testing-library/react": "12.0.0",
    "@testing-library/react-hooks": "7.0.0",
    "babel-jest": "26.6.3",
    "jest": "27.0.6",
    "prettier": "2.3.2",
    "pretty-quick": "3.1.1",
    "raf": "3.4.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-test-renderer": "17.0.2",
    "rollup": "2.52.3",
    "rollup-plugin-babel": "4.4.0"
  }
}
