{
  "name": "framer-motion-ticker",
  "version": "1.1.0",
  "description": "A React component that acts like a ticker, or marquee.",
  "author": "Andres Movilla <amovilla1103@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andremov/framer-motion-ticker"
  },
  "bugs": {
    "url": "https://github.com/andremov/framer-motion-ticker/issues"
  },
  "homepage": "https://github.com/andremov/framer-motion-ticker#readme",
  "scripts": {
    "build": "tsup",
    "start": "tsup --watch",
    "pub": "npm run build && npm publish"
  },
  "peerDependencies": {
    "framer-motion": ">=10.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.15.10",
    "@types/react": "^18.0.29",
    "@types/react-dom": "^18.0.11",
    "@typescript-eslint/eslint-plugin": "^5.56.0",
    "@typescript-eslint/parser": "^5.56.0",
    "eslint": "^8.36.0",
    "framer-motion": "^11.0.0",
    "prettier": "^2.8.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.2"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "keywords": [
    "framer",
    "motion",
    "framer-motion",
    "ticker",
    "carousel",
    "react",
    "component",
    "image gallery",
    "framer motion"
  ]
}
