{
  "name": "@twilio-paste/animation-library",
  "version": "3.0.1",
  "category": "interaction",
  "status": "production",
  "description": "Paste's animation library of choice.",
  "author": "Twilio Inc.",
  "license": "MIT",
  "main:dev": "src/index.tsx",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && NODE_ENV=production node build.js && tsc",
    "build:js": "NODE_ENV=development node build.js",
    "clean": "rm -rf ./dist",
    "tsc": "tsc"
  },
  "dependencies": {
    "@react-spring/shared": "9.7.5",
    "@react-spring/web": "9.7.5"
  },
  "peerDependencies": {
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  }
}
