{
  "name": "wc-qrcode",
  "version": "0.2.0",
  "description": "An efficient and lightweight QR Code WebComponent integrated with Rust wasm library.",
  "main": "./dist/wc-qrcode.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "build": "npm run clean && webpack --config webpack.prod.js",
    "dev": "webpack serve --config webpack.dev.js",
    "test": "jest --coverage",
    "benchmark": "webpack serve --config webpack.bm.js",
    "clean": "npx rimraf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yishiashia/wc-qrcode.git"
  },
  "keywords": [
    "webassembly",
    "wasm",
    "rust",
    "webpack",
    "qrcode"
  ],
  "author": "yishiashis <yishiashia@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yishiashia/wc-qrcode/issues"
  },
  "homepage": "https://github.com/yishiashia/wc-qrcode#readme",
  "files": [
    "dist/*",
    "types/*"
  ],
  "dependencies": {
    "@yishiashia/wasm-qrcode": "^0.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^29.4.0",
    "babel-jest": "^29.4.2",
    "babel-loader": "^9.1.0",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^29.4.2",
    "jest-environment-jsdom": "^29.4.2",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1"
  }
}