{ "name": "fixtweet", "version": "1.0.0", "description": "Embed Twitter videos, polls, and more on Discord and Telegram", "main": "dist/worker.js", "scripts": { "build": "webpack", "publish": "wrangler deploy", "deploy": "wrangler deploy", "log": "wrangler tail", "reload": "wrangler deploy && 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.20230518.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@sentry/webpack-plugin": "^2.3.0", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", "dotenv": "^16.3.1", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-config-typescript": "^3.0.0", "eslint-plugin-optimize-regex": "^1.2.1", "eslint-plugin-sonarjs": "^0.19.0", "jest": "^29.5.0", "jest-environment-miniflare": "^2.14.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "ts-loader": "^9.4.3", "typescript": "^5.1.3", "webpack": "^5.88.0", "webpack-cli": "^5.1.4", "wrangler": "^3.1.1" }, "dependencies": { "itty-router": "^3.0.12", "toucan-js": "^2.7.0" } }