{
  "name": "@swiper/client",
  "version": "0.0.21",
  "description": "Swiper client functionality",
  "author": "Jason Kohles <email@jasonkohles.com>",
  "homepage": "https://github.com/jasonk/swiper#readme",
  "license": "MIT",
  "main": "dist/asset-manifest.json",
  "scripts": {
    "start": "webpack-dev-server --mode=development",
    "prebuild": "./src/icons/rebuild",
    "//build": "webpack --mode=production",
    "build": "build-helper",
    "prepare": "yarn build",
    "test": "test-helper"
  },
  "sideEffects": [
    "src/entry.js",
    "src/icons/library.js",
    "src/icons/index.js",
    "*.css"
  ],
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonk/swiper.git"
  },
  "bugs": {
    "url": "https://github.com/jasonk/swiper/issues"
  },
  "build-helper": {
    "buildCommand": [
      "webpack",
      "--mode=production"
    ]
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "devDependencies": {
    "@swiper/core": "0.0.21",
    "@swiper/dev-utils": "0.0.21",
    "@swiper/preload": "0.0.21"
  },
  "gitHead": "3bf07d6b5198f7d12b203160488cbde6af8d5ac4"
}
