{
  "name": "sgqr",
  "license": "MIT",
  "version": "0.8.2",
  "homepage": "http://github.com/winstxnhdw/sgqr",
  "main": "dist/index.js",
  "module": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs",
      "module": "./dist/index.cjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "default": "./dist/utils/index.js",
      "module": "./dist/utils/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/winstxnhdw/sgqr.git"
  },
  "scripts": {
    "lint": "biome check .",
    "build": "tsup",
    "compile": "bun build src/console.ts --outfile bin/sgqr --compile",
    "release": "bun run build && changeset publish",
    "test": "bun test --watch"
  },
  "dependencies": {
    "@types/bun": "^1.1.6",
    "qrcode": "^1.5.3",
    "tslib": "^2.6.3"
  },
  "devDependencies": {
    "@biomejs/biome": "1.8.3",
    "@changesets/cli": "^2.27.7",
    "@types/qrcode": "^1.5.5",
    "@types/yargs": "^17.0.32",
    "tsup": "^8.1.0",
    "typescript": "^5.5.3",
    "yargs": "^17.7.2"
  }
}
