package.json
1.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "komodo-sdk",
"version": "1.43.6",
"description": "SDK for Komodo",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git"
},
"keywords": [
"ppob",
"payment",
"komodo"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "ISC",
"dependencies": {
"array-unique": "^0.3.2",
"auto-changelog": "^2.3.0",
"basic-auth": "^2.0.0",
"body-parser": "^1.18.2",
"dot-object": "^1.7.0",
"express": "^4.17.1",
"express-session": "^1.15.6",
"fs-copy-file": "^2.1.2",
"json-query": "^2.2.2",
"lru-cache": "^4.1.1",
"macaddress": "^0.2.9",
"moment": "^2.24.0",
"node-machine-id": "^1.1.10",
"node-natural-sort": "^0.8.6",
"numeral": "^2.0.6",
"nunjucks": "^3.2.3",
"pkginfo": "^0.4.1",
"redis": "^3.1.2",
"request": "^2.88.0",
"sha1": "^1.1.1",
"simple-git": "^1.80.1",
"stack-trace": "0.0.10",
"strftime": "^0.10.0",
"string-natural-compare": "^2.0.2",
"tektrans-logger": "^1.2.1",
"uniqid": "^4.1.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}