{
    "name": "vue-roller",
    "description": "Fluid and smooth rolling animation for Vue.js",
    "version": "2.1.0",
    "private": false,
    "license": "MIT",
    "keywords": [
        "vue",
        "roller"
    ],
    "author": {
        "name": "Park JongHoon",
        "email": "pjh8667@gmail.com",
        "url": "https://github.com/andy-0414"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/andy-0414/vue-roller/"
    },
    "homepage": "https://andy-0414.github.io/vue-roller/",
    "bugs": {
        "url": "https://github.com/Andy-0414/vue-roller/issues",
        "email": "pjh8667@gmail.com"
    },
    "files": [
        "dist"
    ],
    "types": "./dist/index.d.ts",
    "main": "./dist/vue-roller.umd.js",
    "module": "./dist/vue-roller.es.js",
    "exports": {
        ".": {
            "import": "./dist/vue-roller.es.js",
            "require": "./dist/vue-roller.umd.js"
        },
        "./dist/style.css": "./dist/style.css"
    },
    "scripts": {
        "dev": "vite",
        "build": "vite build && vue-tsc --emitDeclarationOnly",
        "preview": "vite preview",
        "p": "npm run build && npm publish --access=public"
    },
    "dependencies": {
        "vue": "^3.2.25"
    },
    "devDependencies": {
        "@types/node": "^18.0.0",
        "@vitejs/plugin-vue": "^2.3.3",
        "sass": "^1.52.1",
        "typescript": "^4.5.4",
        "vite": "^2.9.9",
        "vue-tsc": "^0.34.7"
    }
}
