Files
backend/package.json
2025-10-26 15:21:43 -04:00

36 lines
818 B
JSON
Executable File

{
"name": "rewrite",
"version": "1.0.0",
"description": "",
"exports": "./index.js",
"scripts": {
"websocket_server": "bun --watch websocket.js",
"start": "bun --watch index.js",
"svg": "node svg-converter.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@ai-sdk/openai-compatible": "^1.0.22",
"ai": "^5.0.68",
"axios": "^1.12.2",
"body-parser": "^2.2.0",
"chalk": "^5.6.2",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dayjs": "^1.11.18",
"dotenv": "^16.6.1",
"express": "^5.1.0",
"file-type": "^19.6.0",
"lucida": "^2.0.0-54",
"mime-types": "^2.1.35",
"rword": "^3.2.1",
"sanitize-html": "^2.17.0",
"sharp": "^0.33.5",
"ws": "^8.18.3"
}
}