{
  "_from": "motion-dom@^12.29.2",
  "_id": "motion-dom@12.29.2",
  "_inBundle": false,
  "_integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==",
  "_location": "/motion-dom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "motion-dom@^12.29.2",
    "name": "motion-dom",
    "escapedName": "motion-dom",
    "rawSpec": "^12.29.2",
    "saveSpec": null,
    "fetchSpec": "^12.29.2"
  },
  "_requiredBy": [
    "/framer-motion"
  ],
  "_resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz",
  "_shasum": "0949409df0e776b9d56d57faeea1ff10228904a0",
  "_spec": "motion-dom@^12.29.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\framer-motion",
  "author": {
    "name": "Matt Perry"
  },
  "bugs": {
    "url": "https://github.com/motiondivision/motion/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/size-rollup-style-effect.js",
      "maxSize": "2.9 kB"
    },
    {
      "path": "./dist/size-rollup-motion-value.js",
      "maxSize": "1.8 kB"
    }
  ],
  "dependencies": {
    "motion-utils": "^12.29.2"
  },
  "deprecated": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/es/index.mjs",
      "default": "./dist/cjs/index.js"
    }
  },
  "gitHead": "8f6ad46d8a1905084e9f5fba290d229d18d07b47",
  "homepage": "https://github.com/motiondivision/motion#readme",
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.mjs",
  "name": "motion-dom",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motiondivision/motion.git"
  },
  "scripts": {
    "build": "yarn clean && tsc -p . && rollup -c && node ./scripts/check-bundle.js",
    "clean": "rm -rf types dist lib",
    "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
    "measure": "rollup -c ./rollup.size.config.mjs",
    "test": "jest --config jest.config.json --max-workers=2"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "12.29.2"
}
