first commit

This commit is contained in:
sky
2025-06-22 11:41:21 -04:00
commit bc03213b0b
28 changed files with 5964 additions and 0 deletions

36
package.json Executable file
View File

@ -0,0 +1,36 @@
{
"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"
}
}