auth-code-pablo
Version:
Simple authentication for API key validation
22 lines (21 loc) • 410 B
JSON
{
"name": "auth-code-pablo",
"version": "3.0.0",
"description": "Simple authentication for API key validation",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"auth",
"apikey",
"authentication",
"pablo",
"whatsapp"
],
"author": "PabloNetwork",
"license": "ISC",
"dependencies": {
"axios": "*"
}
}