forked from FxEmbed/FxEmbed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "fxembed",
"version": "2.0.0",
"description": "Embed X/Twitter and Bluesky videos, polls, and more on Discord and Telegram",
"main": "dist/worker.js",
"scripts": {
"build": "node esbuild.config.mjs",
"build-local": "node esbuild.config.mjs --no-sentry-upload",
"dev": "wrangler dev",
"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": "vitest"
},
"author": "dangered wolf",
"license": "MIT",
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.12.18",
"@cloudflare/workers-types": "^4.20260305.0",
"@eslint/js": "^9.39.3",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^5.1.1",
"@sentry/integrations": "^7.114.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"dotenv": "^17.3.1",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vitest": "^3.2.4",
"wrangler": "^4.69.0"
},
"dependencies": {
"@hono/sentry": "^1.2.2",
"hono": "^4.12.3",
"i18next": "^25.8.13",
"i18next-icu": "^2.4.2"
}
}