Blame view

package.json 1.08 KB
d4661aa84   Adhidarma Hadiwinoto   Ready to test pre...
1
  {
4f5112910   Adhidarma Hadiwinoto   Rename typo packa...
2
    "name": "komodo-gw-komodo-httpgetx",
d649f5fbd   Adhidarma Hadiwinoto   0.2.5
3
    "version": "0.2.5",
d4661aa84   Adhidarma Hadiwinoto   Ready to test pre...
4
5
6
    "description": "Komodo gateway to KOMODO HTTPGETX",
    "main": "index.js",
    "scripts": {
0c6d94257   Adhidarma Hadiwinoto   Postversion script
7
8
      "test": "mocha test",
      "postversion": "git push && git push --tags"
d4661aa84   Adhidarma Hadiwinoto   Ready to test pre...
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    },
    "repository": {
      "type": "git",
      "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo-httpgex.git"
    },
    "keywords": [
      "komodo",
      "tektrans",
      "ppob",
      "httpgetx"
    ],
    "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
    "license": "ISC",
    "devDependencies": {
      "eslint": "^7.28.0",
      "eslint-config-airbnb-base": "^14.2.1",
      "eslint-plugin-import": "^2.23.4",
      "mocha": "^9.0.0",
      "should": "^13.2.3"
    },
    "dependencies": {
      "axios": "^0.21.1",
      "express": "^4.17.1",
      "json-stringify-pretty-compact": "^3.0.0",
3db956fea   Adhidarma Hadiwinoto   Bump komodo-sdk f...
33
      "komodo-sdk": "^1.45.6",
fd23c5a27   Adhidarma Hadiwinoto   Skeleton postpaid
34
      "komodo-sdk-postpaid": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid.git",
d4661aa84   Adhidarma Hadiwinoto   Ready to test pre...
35
36
37
      "moment": "^2.29.1",
      "morgan": "^1.10.0",
      "rotating-file-stream": "^2.1.5",
e0051a75a   Adhidarma Hadiwinoto   Bump tektrans-log...
38
      "tektrans-logger": "^1.2.4",
d4661aa84   Adhidarma Hadiwinoto   Ready to test pre...
39
40
41
42
      "uniqid": "^5.3.0",
      "url-join": "^4.0.1"
    }
  }