master
Keith Irwin 2021-11-24 10:59:39 -07:00
commit e531ac6cc3
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 11 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"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"
}