Initial commit

Added package file
This commit is contained in:
kdeng00
2023-01-22 19:12:13 -05:00
commit f4f264d8c9
+11
View File
@@ -0,0 +1,11 @@
{
"name": "textsender-api",
"version": "0.1.0",
"description": "Web API for queueing text message notifications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kdeng00",
"license": "ISC"
}