{
  "name": "taro-plugin-vant-weapp",
  "version": "1.3.6",
  "description": "A taro plugin to improve vant-weapp experience in taro.",
  "main": "dist/index.js",
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "taro"
  ],
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin typescript",
    "prerelease": "npm run build",
    "release": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HyperLife1119/taro-plugin-vant-weapp.git"
  },
  "author": "HyperLife1119 <hyperlife1119@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HyperLife1119/taro-plugin-vant-weapp/issues"
  },
  "homepage": "https://github.com/HyperLife1119/taro-plugin-vant-weapp#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.1",
    "rollup": "^2.70.1",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@tarojs/service": "^3.4.10",
    "@tarojs/shared": "^3.4.10",
    "tslib": "^2.3.1"
  },
  "peerDependencies": {
    "@tarojs/service": "^3.4.10",
    "@tarojs/shared": "^3.4.10"
  }
}
