package.json
959 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
{
"name": "komodo-gw-st24",
"version": "2.2.15",
"description": "Komodo Gateway to ST24 XML-RPC",
"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@gitlab.kodesumber.com:komodo/komodo-gw-st24.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob",
"st24",
"xmlrpc",
"xml-rpc"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"dependencies": {
"auto-changelog": "^2.3.0",
"json-stringify-pretty-compact": "^1.1.0",
"komodo-gw-irs-lib": "git+https://gitlab.kodesumber.com/komodo/komodo-gw-irs-lib.git",
"komodo-sdk": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"moment": "^2.24.0",
"xmlrpc": "^1.3.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"should": "^13.2.3"
}
}