mailapi/package.json

15 lines
298 B
JSON
Raw Normal View History

2021-11-24 10:59:39 -07:00
{
"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",
2021-11-24 11:02:52 -07:00
"license": "MIT",
"dependencies": {
"express": "^4.17.1"
}
2021-11-24 10:59:39 -07:00
}