{
  "name": "fixtweet",
  "version": "1.0.0",
  "description": "Embed Twitter videos, polls, and more on Discord and Telegram",
  "main": "dist/worker.js",
  "scripts": {
    "build": "node esbuild.config.mjs",
    "publish": "wrangler deploy --no-bundle",
    "deploy": "wrangler deploy --no-bundle",
    "log": "wrangler tail",
    "reload": "wrangler deploy --no-bundle && wrangler tail",
    "prettier": "prettier --write .",
    "lint:eslint": "eslint --max-warnings=0 src",
    "test": "jest --config jestconfig.json --verbose"
  },
  "author": "dangered wolf",
  "license": "MIT",
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20240620.0",
    "@microsoft/eslint-formatter-sarif": "^3.1.0",
    "@sentry/esbuild-plugin": "^2.19.0",
    "@sentry/integrations": "^7.114.0",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.13.1",
    "@typescript-eslint/parser": "^7.13.1",
    "dotenv": "^16.4.5",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-typescript": "^3.0.0",
    "eslint-plugin-optimize-regex": "^1.2.1",
    "eslint-plugin-sonarjs": "^0.25.1",
    "jest": "^29.7.0",
    "jest-environment-miniflare": "^2.14.2",
    "prettier": "^3.3.2",
    "ts-jest": "^29.1.5",
    "ts-loader": "^9.5.1",
    "typescript": "^5.5.2",
    "wrangler": "^3.61.0"
  },
  "dependencies": {
    "@hono/sentry": "^1.1.0",
    "i18next": "^23.11.5",
    "i18next-icu": "^2.3.0",
    "hono": "^4.4.7"
  }
}