Spaces:
Sleeping
Sleeping
| { | |
| "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", | |
| "subtitle-converter": "^3.0.12", | |
| "txtgen": "^3.0.7", | |
| "valibot": "^1.2.0" | |
| }, | |
| "devDependencies": { | |
| "bun-types": "latest", | |
| "tsdown": "^0.20.3" | |
| }, | |
| "module": "src/index.ts" | |
| } | |