{
  "name": "qrcode-generator-es",
  "$schema": "https://json.schemastore.org/package.json",
  "version": "2.1.3",
  "description": "ES二维码生成模块",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsdown"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DvShu/qrcode-generator-es.git"
  },
  "keywords": [
    "ts",
    "js",
    "qrcode-generator",
    "qrcode",
    "es6"
  ],
  "author": "Tenny <tenny.shu@foxmail.com>",
  "license": "MulanPSL-2.0",
  "devDependencies": {
    "oxfmt": "^0.23.0",
    "oxlint": "^1.38.0",
    "tsdown": "0.19.0-beta.5",
    "typescript": "^5.8.3",
    "vite": "^7.0.0"
  },
  "files": [
    "package.json",
    "lib",
    "index.d.ts",
    "LICENSE",
    "README.md",
    "README.en.md"
  ]
}
