Commit 4f511291093ea1eb0b913c8ea9bc192c0a4ce6d2
1 parent
3d8701130e
Exists in
master
Rename typo package name and repo
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-gw-komodo-httpgex", | 2 | "name": "komodo-gw-komodo-httpgetx", |
3 | "version": "0.2.0", | 3 | "version": "0.2.0", |
4 | "description": "Komodo gateway to KOMODO HTTPGETX", | 4 | "description": "Komodo gateway to KOMODO HTTPGETX", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha test", | 7 | "test": "mocha test", |
8 | "postversion": "git push && git push --tags" | 8 | "postversion": "git push && git push --tags" |
9 | }, | 9 | }, |
10 | "repository": { | 10 | "repository": { |
11 | "type": "git", | 11 | "type": "git", |
12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo-httpgex.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo-httpgex.git" |
13 | }, | 13 | }, |
14 | "keywords": [ | 14 | "keywords": [ |
15 | "komodo", | 15 | "komodo", |
16 | "tektrans", | 16 | "tektrans", |
17 | "ppob", | 17 | "ppob", |
18 | "httpgetx" | 18 | "httpgetx" |
19 | ], | 19 | ], |
20 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 20 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "devDependencies": { | 22 | "devDependencies": { |
23 | "eslint": "^7.28.0", | 23 | "eslint": "^7.28.0", |
24 | "eslint-config-airbnb-base": "^14.2.1", | 24 | "eslint-config-airbnb-base": "^14.2.1", |
25 | "eslint-plugin-import": "^2.23.4", | 25 | "eslint-plugin-import": "^2.23.4", |
26 | "mocha": "^9.0.0", | 26 | "mocha": "^9.0.0", |
27 | "should": "^13.2.3" | 27 | "should": "^13.2.3" |
28 | }, | 28 | }, |
29 | "dependencies": { | 29 | "dependencies": { |
30 | "axios": "^0.21.1", | 30 | "axios": "^0.21.1", |
31 | "express": "^4.17.1", | 31 | "express": "^4.17.1", |
32 | "json-stringify-pretty-compact": "^3.0.0", | 32 | "json-stringify-pretty-compact": "^3.0.0", |
33 | "komodo-sdk": "^1.43.10", | 33 | "komodo-sdk": "^1.43.10", |
34 | "komodo-sdk-postpaid": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid.git", | 34 | "komodo-sdk-postpaid": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk-postpaid.git", |
35 | "moment": "^2.29.1", | 35 | "moment": "^2.29.1", |
36 | "morgan": "^1.10.0", | 36 | "morgan": "^1.10.0", |
37 | "rotating-file-stream": "^2.1.5", | 37 | "rotating-file-stream": "^2.1.5", |
38 | "tektrans-logger": "^1.2.3", | 38 | "tektrans-logger": "^1.2.3", |
39 | "uniqid": "^5.3.0", | 39 | "uniqid": "^5.3.0", |
40 | "url-join": "^4.0.1" | 40 | "url-join": "^4.0.1" |
41 | } | 41 | } |
42 | } | 42 | } |
43 | 43 |