Files
backend/package.json
2025-06-22 11:41:21 -04:00

37 lines
817 B
JSON
Executable File

{
"name": "rewrite",
"version": "1.0.0",
"description": "",
"exports": "./index.js",
"scripts": {
"start": "bun --watch index.js",
"svg": "node svg-converter.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@pm2/io": "^6.1.0",
"axios": "^1.3.1",
"body-parser": "^2.0.2",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"express": "^5.0.0",
"fast-glob": "^3.3.2",
"file-type": "^19.0.0",
"install": "^0.13.0",
"mime-types": "^2.1.35",
"node-html-parser": "^6.1.13",
"openai": "^4.85.3",
"rword": "^3.2.1",
"sanitize-html": "^2.13.0",
"sequelize": "^6.37.3",
"sharp": "^0.33.4",
"ws": "^8.18.0"
}
}