{
  "name": "wechat-qrcode-ocr-wasm",
  "version": "0.0.6",
  "description": "wechat QRCode OCR(微信二维码OCR识别)",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "dev": "webpack server --progress  --mode development",
    "build": "webpack --progress  --mode production --stats-error-details && tsc -p tsconfig.json --emitDeclarationOnly",
    "build:example": "pnpm run build && cross-env EXAMPLE_ENV=example webpack --progress  --mode production --stats-error-details",
    "test": "pnpm run build && jest"
  },
  "author": "群里底层玩家",
  "license": "MIT",
  "sideEffects": [
    "./src/index.ts"
  ],
  "keywords": [
    "opencvjs",
    "qrcode",
    "wechart",
    "OCR",
    "wasm"
  ],
  "files": [
    "static/wasm/onlyWechatWasmFile.data",
    "static/wasm/wechatQRcodeFile.data",
    "index.d.ts",
    "index.js",
    "index.js.map"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SuzumiyaHaku/wechat-qrcode-ocr-wasm.git"
  },
  "homepage": "https://github.com/SuzumiyaHaku/wechat-qrcode-ocr-wasm",
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-top-level-await": "^7.14.5",
    "@babel/plugin-transform-modules-commonjs": "^7.19.6",
    "@babel/preset-typescript": "^7.18.6",
    "@typescript-eslint/eslint-plugin": "^5.40.1",
    "@typescript-eslint/parser": "^5.40.1",
    "babel-loader": "^8.2.5",
    "copy-webpack-plugin": "^11.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-webpack-plugin": "^3.2.0",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "jsdom": "^20.0.1",
    "prettier": "^2.7.1",
    "typescript": "^4.*.*",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  }
}
