{
    "name": "movo-web",
    "description": "A tiny JavaScript library for effortless scroll-based CSS animations",
    "version": "0.1.5",
    "license": "BSD-3-Clause",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/milanidavide/movo.git"
    },
    "type": "module",
    "files": [
        "dist"
    ],
    "main": "./dist/movo.umd.cjs",
    "module": "./dist/movo.js",
    "style": "./dist/movo.css",
    "exports": {
        ".": {
            "import": "./dist/movo.js",
            "require": "./dist/movo.umd.cjs"
        },
        "./css": "./dist/movo.css"
    },
    "scripts": {
        "test": "vitest run",
        "dev": "vite build --watch",
        "build": "vite build"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.20",
        "postcss": "^8.4.41",
        "sass": "^1.77.8",
        "vite": "^5.3.5",
        "vitest": "^2.0.5"
    }
}