{
  "name": "@slidy/solid",
  "version": "1.5.2",
  "description": "Simple, configurable & reusable carousel component built with SolidJS",
  "type": "module",
  "files": [
    "dist/*"
  ],
  "main": "dist/slidy.mjs",
  "module": "dist/slidy.mjs",
  "cdn": "dist/slidy.js",
  "unpkg": "dist/slidy.js",
  "types": "dist/index.d.ts",
  "style": "dist/slidy.css",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "solid": "./dist/slidy.jsx",
      "node": "./dist/slidy.jsx",
      "default": "./dist/slidy.mjs"
    },
    "./dist/*": "./dist/*"
  },
  "keywords": [
    "Solid",
    "SolidJs",
    "Carousel"
  ],
  "author": {
    "name": "Artemiy Schukin",
    "url": "https://github.com/yhdgms1"
  },
  "contributors": [
    {
      "name": "Valexr",
      "email": "valexr@gmail.com",
      "url": "https://github.com/Valexr"
    },
    {
      "name": "Artemiy Schukin",
      "url": "https://github.com/yhdgms1"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Valexr/slidy/issues"
  },
  "homepage": "https://github.com/Valexr/Slidy/tree/master/packages/solid",
  "dependencies": {
    "solid-js": "^1.9.3"
  },
  "devDependencies": {
    "esbuild-plugin-solid": "^0.5.0",
    "@slidy/assets": "^2.0.0",
    "@slidy/animation": "^1.0.9",
    "@slidy/easing": "^1.0.7",
    "@slidy/core": "^3.7.9"
  },
  "peerDependencies": {
    "solid-js": "*"
  },
  "scripts": {
    "dev": "node esbuild --dev",
    "build": "node esbuild && tsc --project tsconfig.build.json && node ../../env/dts",
    "build:local": "pnpm build -r --filter=@slidy/solid...",
    "format": "prettier --write '**/*.{ts,tsx,md,svelte,json,html,css}'",
    "pub": "pnpm build && pnpm publish --no-git-checks --access public"
  }
}