fxtwitter-docker/package.json
2023-08-23 20:00:52 +00:00

45 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/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.3.1",
"eslint": "^8.47.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.3",
"jest-environment-miniflare": "^2.14.0",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"wrangler": "^3.5.1"
},
"dependencies": {
"itty-router": "^3.0.12",
"toucan-js": "^2.7.0"
}
}