{
  "name": "@diadal/vue3-qr-code-styling",
  "version": "1.4.6",
  "description": "Add a style and an image to your QR code Vue3",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "src"
  ],
  "dependencies": {
    "@vue/compiler-sfc": "^3.0.6",
    "qrcode-generator": "^1.4.3",
    "vue": "^3.0.6",
    "vue-loader": "^16.1.2"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.13.0",
    "@typescript-eslint/parser": "^4.13.0",
    "canvas": "^2.6.1",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^7.17.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-prettier": "^3.3.1",
    "html-webpack-plugin": "^4.5.1",
    "jest": "^26.6.3",
    "jest-environment-jsdom-fifteen": "^1.0.0",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.17",
    "typescript": "^4.2.2",
    "webpack": "^5.24.2",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.7.3"
  },
  "scripts": {
    "build": "webpack --mode=production --config webpack.config.build.js && copyfiles -f ./src/*.vue lib",
    "build:dev": "webpack --mode=development --config webpack.config.build.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diadal/vue3-qr-code-styling.git"
  },
  "keywords": [
    "qr",
    "qrcode",
    "qr-code",
    "js",
    "qrjs",
    "qrstyling",
    "styling",
    "qrbranding",
    "branding",
    "qrimage",
    "image",
    "qrlogo",
    "logo",
    "design"
  ],
  "author": "Diadal <info@diadal.com.ng>",
  "private": false,
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/diadal/vue3-qr-code-styling/issues"
  },
  "homepage": "https://github.com/diadal/vue3-qr-code-styling"
}
