{
  "name": "react-countup",
  "version": "6.1.1",
  "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.js",
    "build/index.d.ts"
  ],
  "typings": "build/index.d.ts",
  "scripts": {
    "format": "prettier --write \"*.md\" \"src/**/*.ts\"  \"src/**/*.tsx\"",
    "build": "rollup -c && tsc --emitDeclarationOnly --noEmit false --project src/tsconfig.json --outDir build",
    "prepublishOnly": "yarn build",
    "test": "jest"
  },
  "peerDependencies": {
    "react": ">= 16.3.0"
  },
  "dependencies": {
    "countup.js": "^2.0.8"
  },
  "devDependencies": {
    "@babel/core": "7.16.7",
    "@babel/preset-env": "7.16.7",
    "@babel/preset-react": "7.16.7",
    "@babel/preset-typescript": "^7.14.5",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@testing-library/react": "12.1.2",
    "@testing-library/react-hooks": "7.0.2",
    "@types/warning": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "babel-jest": "27.4.5",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "27.4.5",
    "prettier": "2.5.1",
    "pretty-quick": "3.1.3",
    "raf": "3.4.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-test-renderer": "17.0.2",
    "rollup": "2.62.0",
    "rollup-plugin-babel": "4.4.0",
    "typescript": "^4.3.5"
  }
}
