citi-starkhub-user
Version:
Module for Citi StarkHub to user api
24 lines (23 loc) • 461 B
JSON
{
"name": "citi-starkhub-user",
"version": "1.0.2",
"description": "Module for Citi StarkHub to user api",
"main": "module.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"citi",
"hub",
"session-engine",
"module"
],
"author": "Edwin Hernandez",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"node-fetch": "2.6.7",
"pg": "^8.11.5",
"winston": "^3.13.0"
}
}