{
  "$schema": "https://json.schemastore.org/package.json",
  "engines": {
    "node": ">=22.0.0"
  },
  "author": "gentleduck contributors",
  "bugs": {
    "url": "https://github.com/gentleeduck/gentleduck/issues"
  },
  "description": "Motion primitives for gentleduck/ui components.",
  "devDependencies": {
    "@gentleduck/tsdown-config": "workspace:*",
    "@gentleduck/typescript-config": "workspace:*",
    "@gentleduck/variants": "workspace:*",
    "@testing-library/react": "^16.3.2",
    "@types/react": "catalog:react19",
    "@types/react-dom": "catalog:react19",
    "jsdom": "catalog:",
    "motion": "^12.26.2",
    "react": "catalog:react19",
    "react-dom": "catalog:react19",
    "tsdown": "catalog:"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./variants": {
      "types": "./dist/variants/index.d.ts",
      "default": "./dist/variants/index.js"
    },
    "./variants/*": {
      "types": "./dist/variants/*.d.ts",
      "default": "./dist/variants/*.js"
    },
    "./transitions": {
      "types": "./dist/transitions/index.d.ts",
      "default": "./dist/transitions/index.js"
    },
    "./transitions/*": {
      "types": "./dist/transitions/*.d.ts",
      "default": "./dist/transitions/*.js"
    },
    "./presets": {
      "types": "./dist/presets/index.d.ts",
      "default": "./dist/presets/index.js"
    },
    "./presets/*": {
      "types": "./dist/presets/*.d.ts",
      "default": "./dist/presets/*.js"
    },
    "./motion-features": {
      "types": "./dist/motion-features.d.ts",
      "default": "./dist/motion-features.js"
    },
    "./motion-presets": {
      "types": "./dist/motion-presets.d.ts",
      "default": "./dist/motion-presets.js"
    },
    "./motion-provider": {
      "types": "./dist/motion-provider.d.ts",
      "default": "./dist/motion-provider.js"
    },
    "./use-motion-root": {
      "types": "./dist/use-motion-root.d.ts",
      "default": "./dist/use-motion-root.js"
    },
    "./css": "./src/css/index.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "tsconfig.json",
    "src/css/index.css"
  ],
  "homepage": "https://gentleduck.org/duck-ui",
  "keywords": [
    "gentleduck",
    "motion",
    "animation",
    "ui"
  ],
  "license": "MIT",
  "name": "@gentleduck/motion",
  "packageManager": "bun@1.3.10",
  "peerDependencies": {
    "@gentleduck/variants": "^1.0.0",
    "motion": ">=12.0.0",
    "react": "^18 || ^19"
  },
  "peerDependenciesMeta": {
    "motion": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/duck-motion",
    "type": "git",
    "url": "git+https://github.com/gentleeduck/gentleduck.git"
  },
  "scripts": {
    "build": "tsdown",
    "check-types": "tsc -p tsconfig.json --noEmit --pretty false --skipLibCheck",
    "test": "bun test"
  },
  "type": "module",
  "sideEffects": [
    "./src/index.css",
    "./dist/**/*.css"
  ],
  "types": "./dist/index.d.ts",
  "version": "1.0.0"
}
