{
  "name": "translation-widget",
  "version": "1.1.4",
  "description": "Translation widget to automatically translate any website with a single script",
  "homepage": "https://github.com/JigsawStack/translation-widget",
  "author": "JigsawStack",
  "license": "Apache-2.0",
  "keywords": [
    "translation",
    "widget",
    "translation-widget",
    "google-translate",
    "translation api",
    "translation widget api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JigsawStack/translation-widget.git"
  },
  "bugs": {
    "url": "https://github.com/JigsawStack/translation-widget/issues"
  },
  "packageManager": "yarn@1.22.22",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "unpkg": "./dist/index.min.js",
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "scripts": {
    "format": "biome format --write ./src",
    "dev": "vite",
    "build": "tsc && vite build"
  },
  "devDependencies": {
    "@types/node": "^22.13.4",
    "terser": "^5.39.0",
    "typescript": "~5.7.2",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0"
  },
  "dependencies": {
    "lz-string": "^1.5.0",
    "translation-widget": "^1.1.3"
  }
}