2025-01-01 17:03:09 -05:00

18 lines
380 B
JSON

{
"name": "email_list_api",
"version": "1.0.0",
"description": "A simple API for maintaining an email list.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Mary Delamater",
"license": "ISC",
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
}
}