{
  "name": "crs-test-swiper",
  "version": "0.0.2",
  "module": "lib/index.js",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "description": "基于小程序 swiper 开发的 lazy swiper",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "dist",
    "types"
  ],
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "require": "./dist/index.js",
      "import": "./lib/index.js"
    }
  },
  "scripts": {
    "dev": "yarn run dev:rollup",
    "dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental",
    "dev:rollup": "rollup --config ./rollup.config.js --watch",
    "build": "yarn run build:rollup && yarn run build:lib",
    "build:lib": "tsc --project ./tsconfig.build.json --declaration --declarationDir types",
    "build:rollup": "rollup --config ./rollup.config.js",
    "prepublishOnly": "yarn run clean && yarn run build",
    "lint": "eslint ./src --fix",
    "lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
    "lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
    "test": "cross-env NODE_ENV=test && jest --coverage",
    "test:ci": "yarn run build:h5 && yarn run test",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "clean": "rimraf .temp dist lib coverage types",
    "release": "release-it"
  },
  "keywords": [
    "taro",
    "swiper",
    "lazy"
  ],
  "author": "",
  "homepage": "https://github.com/CroatiaParanoia/taro-lazy-swiper",
  "repository": {
    "type": "git",
    "url": "git@github.com:CroatiaParanoia/taro-lazy-swiper.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@tarojs/components": "3.5.7",
    "@tarojs/react": "3.5.7",
    "@tarojs/taro": "3.5.7",
    "@types/node": "^14.0.13",
    "@types/react": "^16.9.36",
    "@types/react-dom": "^16.9.8",
    "@typescript-eslint/eslint-plugin": "^2.x",
    "@typescript-eslint/parser": "^2.x",
    "cross-env": "^7.0.2",
    "eslint": "^7.2.0",
    "eslint-config-taro": "3.5.7",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.4",
    "jest": "26",
    "release-it": "^15.3.0",
    "rimraf": "3.0.2",
    "rollup": "^2.3.1",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "rollup-plugin-visualizer": "^4.0.4",
    "stylelint": "13.6.0",
    "stylelint-config-standard": "20.0.0",
    "stylelint-scss": "3.17.2",
    "ts-jest": "26",
    "tslib": "^2.4.1",
    "typescript": "^3.9.5"
  },
  "peerDependencies": {
    "@tarojs/components": "^3.0.8",
    "@tarojs/react": "^3.0.8",
    "react": ">=16.13.0",
    "react-dom": ">=16.13.0"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3"
  }
}
