All checks were successful
Build SMS Gateway / Build image (push) Successful in 19s
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"name": "sms-otp-gateway",
|
|
"version": "1.0.0",
|
|
"description": "Simple SMS OTP Gateway Service",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|