hello-express-api / package.json
opex792's picture
Initial Space setup of opex792/hello-express-api via Builder
c08d979 verified
{
"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" }
}