{
  "name": "nuxt-swiper",
  "version": "2.0.2",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "nuxt3",
    "slickjs alternative",
    "slides",
    "swiper",
    "swiperjs",
    "vue"
  ],
  "homepage": "https://github.com/cpreston321/nuxt-swiper#readme",
  "license": "MIT",
  "author": {
    "name": "cpreston321 <https://christianpreston.com>",
    "url": "https://github.com/cpreston321"
  },
  "repository": "cpreston321/nuxt-swiper",
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "build": "nuxt-module-build build",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt .",
    "fmt:check": "oxfmt --check .",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "release": "release-it",
    "cleanup": "npx rimraf node_modules dist .nuxt **/node_modules/** **/.nuxt/**"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.5",
    "swiper": "^12.1.4"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^4.0.3",
    "nuxt": "^4.4.5",
    "oxfmt": "^0.50.0",
    "oxlint": "^1.65.0",
    "release-it": "^20.0.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  },
  "packageManager": "pnpm@11.1.2",
  "release-it": {
    "git": {
      "commitMessage": "chore(release): v${version}"
    },
    "github": {
      "release": true,
      "releaseName": "v${version}"
    }
  }
}
