{
  "name": "@lynx-js/qrcode-rsbuild-plugin",
  "version": "0.6.0",
  "description": "A rsbuild plugin for printing QRCode in terminal",
  "keywords": [
    "rsbuild",
    "Lynx",
    "ReactLynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/plugin-qrcode"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./shortcuts": {
      "types": "./dist/shortcuts.d.ts",
      "default": "./dist/shortcuts.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "shortcuts": [
        "dist/shortcuts.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "devDependencies": {
    "@clack/prompts": "1.0.1",
    "@microsoft/api-extractor": "7.58.2",
    "@rsbuild/core": "2.1.4",
    "picocolors": "^1.1.1",
    "uqr": "0.1.2",
    "@lynx-js/rspeedy": "0.16.0"
  },
  "peerDependencies": {
    "@lynx-js/rspeedy": "^0.16.0"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "build": "rslib build",
    "test": "pnpm -w run test --project rspeedy/qrcode"
  }
}