mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"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.20240821.1",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@sentry/esbuild-plugin": "^2.22.3",
|
|
"@sentry/integrations": "^7.114.0",
|
|
"@types/jest": "^29.5.12",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"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.3",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.4",
|
|
"wrangler": "^3.72.3"
|
|
},
|
|
"dependencies": {
|
|
"@hono/sentry": "^1.2.0",
|
|
"i18next": "^23.14.0",
|
|
"i18next-icu": "^2.3.0",
|
|
"hono": "^4.5.9"
|
|
}
|
|
}
|