|
{
|
|
"name": "pptist-backend",
|
|
"version": "1.0.0",
|
|
"description": "PPTist Backend Server for Huggingface Space",
|
|
"main": "src/app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon src/app.js",
|
|
"start": "node src/app.js",
|
|
"build": "echo 'No build step required'"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.1",
|
|
"express-rate-limit": "^7.4.1",
|
|
"helmet": "^8.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"playwright": "^1.53.1",
|
|
"puppeteer": "^21.0.0",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|
|
|