{
  "name": "nextjs-animated-counter",
  "version": "1.8.1",
  "description": "Nextjs Animated Counter Component",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamkunal9/nextjs-animated-counter.git"
  },
  "keywords": [
    "nextjs",
    "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/iamkunal9/nextjs-animated-counter/issues"
  },
  "homepage": "https://github.com/iamkunal9/nextjs-animated-counter#readme",
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "framer-motion": "^10.11.4",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.202",
    "@types/react": "^18.0.12",
    "framer-motion": "^10.11.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
