package.json
966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "komodo-center-httpget-x",
"version": "0.12.2",
"description": "Komodo center for HTTP GET - Rewrited",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git"
},
"keywords": [
"komodo",
"ppob",
"tektrans",
"center",
"http",
"httpget"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^7.1.1",
"should": "^13.2.3"
},
"dependencies": {
"axios": "^0.19.2",
"express": "^4.17.1",
"komodo-sdk": "^1.45.6",
"mkdirp": "^1.0.4",
"moment": "^2.24.0",
"request": "^2.88.0",
"tektrans-logger": "^1.2.3",
"uniqid": "^5.3.0",
"uuid": "^3.3.3"
}
}