Spaces:
Runtime error
Runtime error
{ | |
"name": "hello-express-api", | |
"version": "1.0.0", | |
"description": "", | |
"main": "src/index.js", | |
"type": "module", | |
"scripts": {"start": "node src/index.js" }, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": {"express": "^4.18.2" } | |
} |