{ "name": "motion-v", "type": "module", "version": "2.2.1", "description": "", "author": "", "license": "MIT", "homepage": "https://github.com/motiondivision/motion-vue", "repository": { "type": "git", "url": "https://github.com/motiondivision/motion-vue.git" }, "keywords": [ "vue", "motion", "motionone", "framer-motion" ], "sideEffects": false, "exports": { ".": { "types": "./dist/es/index.d.ts", "import": "./dist/es/index.mjs" }, "./nuxt": { "types": "./dist/nuxt/index.d.mts", "import": "./dist/nuxt/index.mjs" }, "./resolver": { "types": "./dist/resolver/index.d.mts", "import": "./dist/resolver/index.mjs" } }, "main": "./dist/es/index.mjs", "module": "./dist/es/index.mjs", "types": "./dist/es/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/es/index.d.ts" ], "nuxt": [ "./dist/nuxt/index.d.mts", "./dist/nuxt/index.d.ts" ] } }, "files": [ "./LICENSE", "./README.md", "./dist" ], "peerDependencies": { "@vueuse/core": ">=10.0.0", "vue": ">=3.0.0" }, "dependencies": { "framer-motion": "^12.38.0", "hey-listen": "^1.0.8", "motion-dom": "^12.38.0", "motion-utils": "^12.36.0" }, "scripts": { "dev": "vite build --watch", "prebuild": "cp ../../README.md ./README.md || true", "build": "rimraf dist && vite build", "test": "vitest --dom", "coverage": "vitest run --coverage", "pub:release": "pnpm publish --access public" } }