{
  "name": "custom-qrcode-browser",
  "version": "0.0.10",
  "main": "lib/index.mjs",
  "module": "lib/index.mjs",
  "types": "lib/types/index.d.ts",
  "files": [
    "lib"
  ],
  "bugs": {
    "url": "https://github.com/CyrilDesch/custom-qrcode-browser/issues"
  },
  "homepage": "https://github.com/CyrilDesch/custom-qrcode-browser",
  "author": {
    "name": "Cyril Deschamps (https://cyrildeschamps.fr)"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CyrilDesch/custom-qrcode-browser.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "type": "module",
  "scripts": {
    "start": "vite dev",
    "lint": "eslint \"*/**/*.{ts,js,json}\"",
    "lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
    "prebuild": "rm -rf lib",
    "build": "rollup --config ./rollup.config.mjs",
    "packpublish": "npm publish --tag latest",
    "packpublish:beta": "npm publish --tag next"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@types/react": "^18.3.5",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-deprecation": "^2.0.0",
    "prettier": "^3.0.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup": "^3.29.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-node": "^10.9.2",
    "typescript": "5.5.4",
    "vite": "^5.4.5"
  },
  "keywords": [
    "lightweight",
    "open-source",
    "browser",
    "qrcode",
    "stylish",
    "qr-code",
    "customizable",
    "no-dependencies",
    "qr",
    "qrcode-generator",
    "svg-generator",
    "qr-encoder"
  ]
}
