mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"name": "expressjs-webserver",
|
|
"version": "1.0.0",
|
|
"description": "A simple backend webserver written in Express.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.21.0"
|
|
}
|
|
}
|