package.json
1.19 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
{
"name": "komodo-center-evo-cp",
"version": "1.0.0",
"description": "Komodo center for EVO - CP",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-center-evo-cp.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob",
"evo"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"axios": "^0.19.0",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"komodo-center-messaging-client-lib": "git+http://gitlab.kodesumber.com/komodo/komodo-center-messaging-client-lib.git",
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"locks": "^0.2.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"natural-orderby": "^2.0.3",
"nunjucks": "^3.2.0",
"rotating-file-stream": "^2.0.0",
"uniqid": "^5.2.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.2",
"should": "^13.2.3"
}
}