package.json
{
"name": "consulting-rentv-com",
"version": "0.3.0",
"private": true,
"description": "RENTV.com — consulting portal (site concepts + integrated-social growth command center)",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "node build.mjs"
},
"dependencies": {
"express": "^4.21.2",
"dotenv": "^16.4.7"
},
"engines": {
"node": ">=18"
}
}