{
  "name": "badgen",
  "version": "3.3.2",
  "description": "Fast svg badge generator.",
  "repository": "badgen/badgen",
  "author": "Amio <amio.cn@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "unpkg": "dist/index.browser.js",
  "scripts": {
    "bench": "node bench/index.js",
    "preview": "vite",
    "snaptests": "TAP_SNAPSHOT=1 npm test",
    "pretest": "npm run build",
    "test": "node --test test/*.spec.js",
    "prebuild": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build": "vite build",
    "postbuild": "npm run build:types",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "benchmark": "^2.1.4",
    "typescript": "^6.0.3",
    "vite": "^8.0.11"
  }
}
