docker-blank / package.json
FadeClip's picture
initialize Express application with CORS support and Docker setup
d9564b5
raw
history blame contribute delete
394 Bytes
{
"name": "docker-blank",
"version": "1.0.0",
"description": "--- title: Docker Blank emoji: ๐ŸŒ colorFrom: green colorTo: gray sdk: docker pinned: false ---",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2"
}
}