Initial commit

This commit is contained in:
Wildan M 2021-08-22 07:29:09 +07:00
commit af97bccb0e
10 changed files with 548 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "forward-domain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"certnode": "^0.0.1",
"minimist": "^1.2.5"
}
}