{
  "name": "wx-qr",
  "author": "liudi",
  "version": "0.1.2",
  "description": "微信小程序生成二维码组件，支持图标、底色、dotScale等各种配置",
  "miniprogram": "dist",
  "homepage": "https://github.com/liuxdi/wx-qr",
  "repository": {
    "type": "git",
    "url": "https://github.com/liuxdi/wx-qr"
  },
  "bugs": {
    "url": "https://github.com/liuxdi/wx-qr/issues"
  },
  "license": "MIT",
  "keywords": [
    "微信小程序",
    "二维码",
    "wechart",
    "qrCode",
    "wx",
    "qr"
  ],
  "scripts": {
    "build": "npx gulp"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "miniprogram-api-typings": "^3.4.4",
    "typescript": "^4.5.4"
  },
  "files": [
    "dist"
  ]
}