{
  "name": "react-animated-counter",
  "version": "1.9.0",
  "description": "React Animated Counter Component",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "copy:css": "cpy \"src/styles.css\" dist/esm --flat && cpy \"src/styles.css\" dist/cjs --flat",
    "build": "yarn clean && yarn build:esm && yarn build:cjs && yarn copy:css",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuckerMassad/react-animated-counter.git"
  },
  "keywords": [
    "react",
    "animated",
    "counter",
    "components",
    "ui",
    "number-animation",
    "number",
    "animation",
    "robinhood",
    "style",
    "up",
    "down",
    "money",
    "counting",
    "increment",
    "decrement",
    "tick",
    "ticker"
  ],
  "author": "tuckermassad",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TuckerMassad/react-animated-counter/issues"
  },
  "homepage": "https://github.com/TuckerMassad/react-animated-counter#readme",
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.202",
    "@types/react": "^18.0.12",
    "cpy-cli": "^5.0.0",
    "react": "^19.2.3",
    "react-dom": "^18.2.0",
    "rimraf": "^6.0.0"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}