mailapi/package.json

15 lines
298 B
JSON

{
"name": "mailapi",
"version": "1.0.0",
"description": "API to check hCaptcha and sendmail",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Keith Irwin",
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
}
}