commit e531ac6cc3293f21484b1d941069bb03f2dc4f66 Author: Keith Irwin Date: Wed Nov 24 10:59:39 2021 -0700 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..c101328 --- /dev/null +++ b/package.json @@ -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" +}