{
  "name": "@octanejs/motion",
  "version": "0.1.54",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=22.22.2"
  },
  "octane": {
    "hookSlots": {
      "manual": [
        "src"
      ]
    }
  },
  "description": "Framer Motion bindings for the octane renderer — reuses motion-dom's animation engine, swaps the React components for octane host components.",
  "author": {
    "name": "Dominic Gannaway",
    "email": "dg@domgan.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octanejs/octane.git",
    "directory": "packages/motion"
  },
  "main": "src/index.ts",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "src",
    "README.md",
    "LICENSE.upstream"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./react-m": "./src/react-m.ts"
  },
  "dependencies": {
    "motion": "^12.42.2",
    "motion-dom": "^12.0.0"
  },
  "peerDependencies": {
    "octane": "^0.4.0"
  },
  "devDependencies": {
    "@swc/core": "1.15.41",
    "@swc/jest": "0.2.39",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "16.3.2",
    "@tsrx/react": "^0.3.0",
    "esbuild": "^0.28.1",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",
    "jest-fixed-jsdom": "0.0.10",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "vitest": "^4.1.10",
    "octane": "0.4.0"
  },
  "scripts": {
    "test": "vitest run --root ../.. --project motion",
    "typecheck": "tsgo --noEmit -p tsconfig.json",
    "test:upstream": "vitest run --root ../.. --project motion-pristine",
    "upstream:verify": "node ../../scripts/react-port/materialize.mjs run --check --package-dir ."
  }
}