{
    "name": "motion-plus",
    "version": "1.5.1",
    "description": "A collection of Motion functions and components, exclusive to Motion+ members.",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/cjs/index.js",
            "import": "./dist/es/index.mjs",
            "default": "./dist/cjs/index.js"
        },
        "./react": {
            "types": "./dist/react-entry.d.ts",
            "require": "./dist/cjs/react-entry.js",
            "import": "./dist/es/react-entry.mjs",
            "default": "./dist/cjs/react-entry.js"
        }
    },
    "author": {
        "name": "Matt Perry",
        "url": "https://motion.dev"
    },
    "license": "MIT",
    "scripts": {
        "clean": "rm -rf types dist lib",
        "build": "yarn clean && tsc -p . && rollup --config",
        "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
        "test": "yarn jest --passWithNoTests"
    },
    "files": [
        "dist"
    ],
    "dependencies": {
        "motion-plus-dom": "^1.5.1",
        "motion-plus-react": "^1.5.1"
    },
    "devDependencies": {
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "ts-jest": "^29.2.5"
    },
    "peerDependencies": {
        "react": "^18.0.0 || ^19.0.0",
        "react-dom": "^18.0.0 || ^19.0.0"
    },
    "peerDependenciesMeta": {
        "react": {
            "optional": true
        },
        "react-dom": {
            "optional": true
        }
    },
    "gitHead": "12ad2a7cdb0fd691fbb7a189974baf2a65aa95a0"
}
