mailapi/package.json

12 lines
248 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",
"license": "MIT"
}