Full.Stable.Saas / package.json
Trkaga's picture
Create package.json
569e030 verified
{
"name": "hf-ai-replit-stable",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}