{
  "_from": "tw-animate-css@^1.4.0",
  "_id": "tw-animate-css@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==",
  "_location": "/tw-animate-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tw-animate-css@^1.4.0",
    "name": "tw-animate-css",
    "escapedName": "tw-animate-css",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz",
  "_shasum": "b4a06f68244cba39428aa47e65e6e4c0babc21ee",
  "_spec": "tw-animate-css@^1.4.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org",
  "author": {
    "name": "Luca Bosin",
    "url": "https://github.com/Wombosvideo"
  },
  "bugs": {
    "url": "https://github.com/Wombosvideo/tw-animate-css/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "deprecated": false,
  "description": "TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.",
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@types/node": "^24.5.2",
    "lint-staged": "^16.2.0",
    "prettier": "^3.6.2",
    "simple-git-hooks": "^2.13.1",
    "sort-package-json": "^3.4.0"
  },
  "exports": {
    ".": {
      "style": "./dist/tw-animate.css"
    },
    "./prefix": {
      "style": "./dist/tw-animate-prefix.css"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/Wombosvideo",
  "homepage": "https://github.com/Wombosvideo/tw-animate-css#readme",
  "keywords": [
    "accordion",
    "animate",
    "animation",
    "bits-ui",
    "collapsible",
    "css",
    "fades",
    "opacity",
    "radix",
    "reka",
    "scale",
    "shadcn",
    "slide",
    "spin",
    "tailwind-animate",
    "tailwind",
    "tailwindcss-animate",
    "tailwindcss",
    "transform",
    "transition",
    "translate",
    "zoom"
  ],
  "license": "MIT",
  "lint-staged": {
    "*": "prettier --write --ignore-unknown",
    "package.json": "sort-package-json"
  },
  "main": "./dist/tw-animate.css",
  "name": "tw-animate-css",
  "prettier": {
    "printWidth": 100
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wombosvideo/tw-animate-css.git"
  },
  "scripts": {
    "build": "pnpx @tailwindcss/cli -i ./src/tw-animate.css -o ./dist/tw-animate.css -m && node ./transform.ts ./dist/tw-animate.css ./dist/tw-animate-prefix.css",
    "format": "prettier --write --ignore-unknown ."
  },
  "simple-git-hooks": {
    "pre-commit": "pnpx lint-staged",
    "commit-msg": "pnpx commitlint --edit $1"
  },
  "type": "module",
  "version": "1.4.0"
}
