{
  "name": "webqcode",
  "version": "1.0.2",
  "description": "把网页地址快速生成二维码",
  "main": "app/index.js",
  "scripts": {
    "publish": "npm publish",
    "build": "webpack ./index.js -o ./dist/pagecode.min.js --mode production",
    "dev": "webpack ./index.js -o ./dist/pagecode.min.js --mode development --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/shala/webQcode.git"
  },
  "author": "天明",
  "license": "ISC",
  "dependencies": {
    "jr-qrcode": "^1.1.4"
  }
}
