{
  "name": "well-waterfall",
  "version": "1.3.0",
  "description": "Create Swipers in Webflow with attributes",
  "type": "module",
  "main": "./dist/well-waterfall.umd.js",
  "module": "./dist/well-waterfall.es.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/well-waterfall.umd.js",
  "jsdelivr": "./dist/well-waterfall.umd.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/well-waterfall.es.js",
      "default": "./dist/well-waterfall.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vite build",
    "build:watch": "vite build --watch",
    "dev": "vite",
    "preview": "vite preview",
    "tsc": "tsc --noEmit"
  },
  "keywords": [],
  "author": "kevingerstner",
  "license": "ISC",
  "devDependencies": {
    "swiper": "^14.0.7",
    "@types/jquery": "^3.5.32",
    "@types/node": "^22.10.5",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3",
    "vite": "^7.1.2",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-dts": "^4.5.4"
  },
  "allowScripts": {
    "esbuild@0.28.1": true,
    "fsevents@2.3.3": true
  }
}
