{
  "name": "@gibme/qrcode",
  "version": "22.0.0",
  "description": "A simple qrcode helper",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "license": "MIT",
  "scripts": {
    "build": "yarn build:typescript",
    "build:docs": "./node_modules/.bin/typedoc",
    "build:typescript": "./node_modules/.bin/tsc",
    "build:webpack": "./node_modules/.bin/auto-pack",
    "test": "yarn test:style && yarn test:typecheck && yarn test:units",
    "test:typecheck": "./node_modules/.bin/tsc --noEmit",
    "test:style": "yarn style",
    "test:units": "node --import tsx --test --test-timeout 720000 test/test.ts",
    "style": "./node_modules/.bin/eslint src/**/*.ts test/**/*.ts",
    "fix-style": "./node_modules/.bin/eslint --fix src/**/*.ts test/**/*.ts",
    "fix:style": "yarn fix-style",
    "prepublishOnly": "yarn build && yarn build:webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gibme-npm/qrcode.git"
  },
  "bugs": {
    "url": "https://github.com/gibme-npm/qrcode/issues"
  },
  "homepage": "https://gibme-npm.github.io/qrcode/",
  "engines": {
    "node": ">=22"
  },
  "engineStrict": true,
  "author": {
    "name": "Brandon Lehmann",
    "email": "brandonlehmann@gmail.com"
  },
  "webpack": {
    "entry": {
      "QRCode": "./src/index.ts"
    }
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@gibme/auto-pack": "^22.0.0",
    "@types/node": "^25.5.2",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "dotenv": "^17.4.0",
    "eslint": "^10.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^17.4.0",
    "tsx": "^4.19.4",
    "typedoc": "^0.28.18",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "deepmerge": "^4.3.1"
  }
}
