{
  "name": "@clean-jsdoc-theme/bhasha",
  "version": "5.1.1",
  "description": "Pure, browser-safe i18n core for clean-jsdoc-theme (catalog, t, provider, key scheme, validation)",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankitskvmdam/clean-jsdoc-theme.git"
  },
  "author": "Ankit Kumar (hello@ankdev.me)",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ankitskvmdam"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@clean-jsdoc-theme/utils": "^5.1.1"
  },
  "peerDependencies": {
    "preact": "^10.22.0"
  },
  "devDependencies": {
    "@testing-library/preact": "^3.2.4",
    "happy-dom": "^20.10.6",
    "preact": "^10.22.0",
    "tsup": "^8.0.0",
    "typescript": "^5.5.0",
    "vitest": "^4.1.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src && node scripts/check-browser-safe.mjs",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "node ../../scripts/clean.mjs dist .turbo",
    "clean-node-modules": "node ../../scripts/clean.mjs node_modules"
  }
}