{
  "name": "@nicecaroujs/cdn",
  "version": "1.0.5",
  "directories": {
    "test": "test"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "description": "A simple and customizable carousel library for React. This component allows you to display items dynamically with flexible configuration options.",
  "keywords": [
    "react",
    "carrousel",
    "carousel",
    "ui",
    "component",
    "react-slide",
    "react-carousel",
    "autoplay",
    "carousel",
    "slide",
    "pagination",
    "arrows",
    "swipe",
    "library"
  ],
  "license": "UNLICENSED",
  "homepage": "https://nice-carou.leonelyimga.com",
  "author": "leonel yimga <leonelyimga@gmail.com> (https://leonelyimga.coom)",
  "devDependencies": {
    "@babel/core": "^7.25.7",
    "@babel/preset-env": "^7.25.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/node": "^22.7.9",
    "@types/rollup": "^0.51.4",
    "postcss": "^8.4.49",
    "rollup": "^4.24.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.0",
    "typescript": "^5.6.3"
  }
}
