You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
563 B
24 lines
563 B
{
|
|
"name": "api-gateway",
|
|
"version": "1.0.0",
|
|
"description": "Simple API Gateway",
|
|
"main": "app/server.js",
|
|
"scripts": {
|
|
"start": "nodemon ./app/server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Robby Muhammad",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.19.1",
|
|
"bluebird": "^3.7.2",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^3.1.9-1",
|
|
"express": "^4.17.1",
|
|
"helmet": "^3.21.2",
|
|
"mongoose": "^5.8.7",
|
|
"morgan": "^1.9.1",
|
|
"redis": "^2.8.0"
|
|
}
|
|
}
|
|
|