{
  "name": "@stefanholzapfel/lit-translate",
  "version": "3.5.3",
  "description": "A lightweight translation directive for Lit",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stefanholzapfel/lit-translate.git"
  },
  "scripts": {
    "build": "rm -rf ./dist/ && tsc",
    "publish_npm": "rm -rf ./dist/ && tsc && yarn publish"
  },
  "author": "Stefan Holzapfel",
  "license": "MIT",
  "dependencies": {
    "lit": "^3.3.2"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "main:": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist",
    "src"
  ]
}
