{
  "name": "animate-styled",
  "version": "3.0.3",
  "description": "library for animations CSS in react with styled-components",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js",
      "types": "./dist/index.d.ts"
    }
  },
  "peerDependencies": {
    "react": "18.x",
    "styled-components": "6.x"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "16.0.1",
    "@types/react": "18.3.8",
    "@types/react-dom": "18.3.0",
    "@types/styled-components": "5.1.34",
    "@vitejs/plugin-react": "^4.3.1",
    "jsdom": "^25.0.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "styled-components": "6.1.13",
    "typescript": "5.6.2",
    "vite": "^5.4.7",
    "vite-plugin-dts": "^4.2.1",
    "vitest": "^2.1.1"
  },
  "author": "Carlos Manotas <carlosmanotas@gmail.com> (https://carlosmanotas.com/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/CarlosManotas/animate-styled.git"
  },
  "bugs": {
    "url": "https://github.com/CarlosManotas/animate-styled.git/issues"
  },
  "homepage": "https://github.com/CarlosManotas/animate-styled.git/#readme",
  "license": "MIT",
  "keywords": [
    "react-component",
    "react",
    "styled-components",
    "css",
    "animation",
    "animate"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest"
  }
}