This commit is contained in:
2025-08-19 12:09:53 +03:30
commit e46e9b5676
2 changed files with 156 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "deployer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "A simple HTTP server with API endpoints"
}