Files
server-19-deployer/package.json
2025-08-19 12:09:53 +03:30

15 lines
302 B
JSON

{
"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"
}