mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
44 lines
1.4 KiB
JSON
44 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.20231025.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
|
"@sentry/esbuild-plugin": "^2.9.0",
|
|
"@sentry/integrations": "^7.76.0",
|
|
"@types/jest": "^29.5.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-typescript": "^3.0.0",
|
|
"eslint-plugin-optimize-regex": "^1.2.1",
|
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-miniflare": "^2.14.1",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-loader": "^9.5.0",
|
|
"typescript": "^5.2.2",
|
|
"wrangler": "^3.15.0"
|
|
},
|
|
"dependencies": {
|
|
"itty-router": "^4.0.23",
|
|
"toucan-js": "^3.3.1"
|
|
}
|
|
}
|