{
  "name": "@konnorr/qr-creator",
  "type": "module",
  "version": "1.0.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Lightweight QR code generator for stylish QR codes",
  "keywords": [
    "qr",
    "qr code",
    "qr creator",
    "qr encoder",
    "stylish qr",
    "beautiful qr",
    "lightweight",
    "small"
  ],
  "repository": "git@github.com:konnorrogers/qr-creator.git",
  "author": "Konnor Rogers",
  "license": "MIT",
  "main": "src/qr-creator.js",
  "module": "src/qr-creator.js",
  "types": "src/qr-creator.d.ts",
  "typings": "src/qr-creator.d.ts",
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf -g \"./src/**/*.d.ts\"",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3"
  }
}
