{
  "name": "@fw-components/localize",
  "version": "2.3.3",
  "description": "Localizer built on top of lit-localize",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "bin": {
    "fw-localize": "bin/index.js"
  },
  "type": "module",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc --build",
    "dev": "tsc --build -w ."
  },
  "license": "ISC",
  "dependencies": {
    "@lit/localize": "0.12.2",
    "@lit/localize-tools": "0.8.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.13.10",
    "typescript": "^5.8.2"
  },
  "gitHead": "bbfeadceb3d36d13e2bce55af4a4fa69e664c553"
}
