File size: 1,168 Bytes
2108cc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d3ac1f
2108cc1
 
0b58259
2108cc1
 
0b58259
2108cc1
 
5c613f3
2108cc1
 
 
afdfb7f
0b58259
 
 
 
2108cc1
 
 
 
 
 
5251a0f
2108cc1
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
{
  "name": "hf-app-proxima",
  "version": "1.0.50",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "bun run start:dev",
    "start:dev": "bun run --watch src/index.ts",
    "start:dev:tsdown": "bun run --watch dist/index.mjs",
    "prod": "bun run start:prod",
    "start:prod": "NODE_ENV=production bun src/index.ts",
    "start:prod:tsdown": "NODE_ENV=production bun dist/index.mjs",
    "build:tsdown": "bun run tsdown"
  },
  "dependencies": {
    "@chneau/elysia-logger": "^1.0.10",
    "@elysiajs/cors": "^1.4.1",
    "@elysiajs/html": "^1.4.0",
    "@emotion/css": "^11.13.5",
    "@hono/standard-validator": "^0.2.2",
    "axios": "^1.13.5",
    "cheerio": "^1.2.0",
    "devalue": "^5.6.3",
    "elysia": "latest",
    "fflate": "^0.8.2",
    "hono": "^4.12.2",
    "html-prettify": "^1.0.7",
    "http-errors": "^2.0.1",
    "ky": "^2.0.2",
    "oslo": "^1.2.1",
    "random-string-generator": "^1.0.7",
    "random-word-slugs": "^0.1.7",
    "txtgen": "^3.0.7",
    "valibot": "^1.2.0"
  },
  "devDependencies": {
    "bun-types": "latest",
    "tsdown": "^0.20.3"
  },
  "module": "src/index.ts"
}