{
    "name": "motion-dom",
    "version": "12.6.1",
    "author": "Matt Perry",
    "license": "MIT",
    "repository": "https://github.com/motiondivision/motion",
    "main": "./dist/cjs/index.js",
    "types": "./dist/index.d.ts",
    "module": "./dist/es/index.mjs",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/cjs/index.js",
            "import": "./dist/es/index.mjs",
            "default": "./dist/cjs/index.js"
        }
    },
    "dependencies": {
        "motion-utils": "^12.5.0"
    },
    "scripts": {
        "clean": "rm -rf types dist lib",
        "build": "yarn clean && tsc -p . && rollup -c",
        "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
        "test": "jest --config jest.config.json --max-workers=2 motion-value.test"
    },
    "gitHead": "304abfe2c73decd53468dd6c4018f6b6969d230c"
}
