fxtwitter-docker/package.json
2023-09-04 20:14:55 +00:00

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": "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.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/integrations": "^7.65.0",
"@sentry/webpack-plugin": "^2.7.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"dotenv": "^16.3.1",
"eslint": "^8.48.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.6.4",
"jest-environment-miniflare": "^2.14.1",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"wrangler": "^3.6.0"
},
"dependencies": {
"itty-router": "^3.0.12",
"toucan-js": "^3.2.3"
}
}