package.json
702 Bytes
{
"name": "komodo2-gw-sds-ss",
"version": "0.5.0",
"description": "gateway ke sds-ss",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:tektrans/komodo2-gw-sds-ss.git"
},
"keywords": [
"komodo2",
"gateway",
"sds",
"ss"
],
"author": "",
"license": "SEE LICENSE IN license.txt",
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
},
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1",
"tektrans-logger": "^1.2.4",
"uniqid": "^5.4.0"
}
}