Mohammed Sohail
2a42a5882c
updates: * add tests for most modules * add confini for loading configs * add contact spoof check * add optional webhook support * add error handling * add pino logger * update keyboard regex
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "ussd-tg-proxy",
|
|
"version": "0.0.2",
|
|
"description": "ussd-tg-proxy",
|
|
"main": "src/index.js",
|
|
"repository": "https://git.grassecon.net/grassrootseconomics/ussd-tg-proxy.git",
|
|
"author": "Mohamed Sohail <sohalazim@pm.me>",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"dev": "LOG_LEVEL=debug nodemon src/ | pino-pretty",
|
|
"test": "tap"
|
|
},
|
|
"dependencies": {
|
|
"confini": "^0.0.7",
|
|
"express": "^4.17.2",
|
|
"grammy": "^1.6.1",
|
|
"ioredis": "^4.28.3",
|
|
"phin": "^3.6.1",
|
|
"pino": "^7.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15",
|
|
"pino-pretty": "^7.3.0",
|
|
"tap": "^15.1.6"
|
|
}
|
|
}
|