Compare View
Commits (4)
Changes
Showing 2 changed files Inline Diff
README.md
1 | # KOMODO-SDK | 1 | # KOMODO-SDK |
2 | 2 | ||
3 | SDK node.js untuk integrasi dengan sistem PPOB Komodo. | 3 | SDK node.js untuk integrasi dengan sistem PPOB Komodo. |
4 | 4 | ||
5 | ## Instalasi | 5 | ## Instalasi |
6 | 6 | ||
7 | ``` | 7 | ``` |
8 | npm i komodo-sdk | 8 | npm i komodo-sdk |
9 | ``` | 9 | ``` |
10 | 10 | ||
11 | ## Repositories: | ||
12 | - [KOMODO-SDK official](https://github.com/tektrans/komodo-sdk) | ||
13 | - [KOMODO-SDK mirror](https://forgejo.kodesumber.com/tektrans/komodo-sdk) | ||
14 | - [KOMODO-SDK mirror (DEPRECATED)](https://gitlab.kodesumber.com/komodo/komodo-sdk) | ||
15 | |||
11 | ## Repositories: | 16 | ## TODO |
12 | - [KOMODO-SDK official](https://github.com/tektrans/komodo-sdk) | 17 | * Contoh pemakaian |
13 | - [KOMODO-SDK mirror](https://forgejo.kodesumber.com/tektrans/komodo-sdk) | 18 | * Dokumentasi API |
14 | - [KOMODO-SDK mirror (DEPRECATED)](https://gitlab.kodesumber.com/komodo/komodo-sdk) | 19 | |
15 | 20 | ## Changelog | |
16 | ## TODO | 21 | |
17 | * Contoh pemakaian | 22 | Silahkan lihat di file [CHANGELOG.md](./CHANGELOG.md). |
18 | * Dokumentasi API | 23 | |
19 | 24 | (c) [PT TEKNOLOGI TRANSAKSI DIGITAL (TEKTRANS)](https://www.tektrans.id) | |
20 | ## Changelog | 25 |
package.json
1 | { | 1 | { |
2 | "name": "komodo-sdk", | 2 | "name": "komodo-sdk", |
3 | "version": "1.46.13", | 3 | "version": "1.46.13", |
4 | "description": "SDK for Komodo", | 4 | "description": "SDK for Komodo", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha", | 7 | "test": "mocha", |
8 | "postversion": "git push && git push --tags && git push github && git push github --tags", | 8 | "postversion": "git push github && git push github --tags && git push && git push --tags", |
9 | "version": "auto-changelog -p && git add CHANGELOG.md" | 9 | "version": "auto-changelog -p && git add CHANGELOG.md" |
10 | }, | 10 | }, |
11 | "repository": { | 11 | "repository": { |
12 | "type": "git", | 12 | "type": "git", |
13 | "url": "https://github.com/tektrans/komodo-sdk.git" | 13 | "url": "https://github.com/tektrans/komodo-sdk.git" |
14 | }, | 14 | }, |
15 | "keywords": [ | 15 | "keywords": [ |
16 | "ppob", | 16 | "ppob", |
17 | "payment", | 17 | "payment", |
18 | "komodo" | 18 | "komodo" |
19 | ], | 19 | ], |
20 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 20 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "array-unique": "^0.3.2", | 23 | "array-unique": "^0.3.2", |
24 | "axios": "^1.11.0", | 24 | "axios": "^1.11.0", |
25 | "basic-auth": "^2.0.0", | 25 | "basic-auth": "^2.0.0", |
26 | "body-parser": "^1.18.2", | 26 | "body-parser": "^1.18.2", |
27 | "dot-object": "^2.1.4", | 27 | "dot-object": "^2.1.4", |
28 | "express": "^4.21.2", | 28 | "express": "^4.21.2", |
29 | "express-session": "^1.18.2", | 29 | "express-session": "^1.18.2", |
30 | "fs-copy-file": "^2.1.2", | 30 | "fs-copy-file": "^2.1.2", |
31 | "json-query": "^2.2.2", | 31 | "json-query": "^2.2.2", |
32 | "json-stringify-pretty-compact": "^3.0.0", | 32 | "json-stringify-pretty-compact": "^3.0.0", |
33 | "locks": "^0.2.2", | 33 | "locks": "^0.2.2", |
34 | "lru-cache": "^4.1.1", | 34 | "lru-cache": "^4.1.1", |
35 | "macaddress": "^0.2.9", | 35 | "macaddress": "^0.2.9", |
36 | "moment": "^2.29.4", | 36 | "moment": "^2.29.4", |
37 | "node-machine-id": "^1.1.10", | 37 | "node-machine-id": "^1.1.10", |
38 | "node-natural-sort": "^0.8.6", | 38 | "node-natural-sort": "^0.8.6", |
39 | "numeral": "^2.0.6", | 39 | "numeral": "^2.0.6", |
40 | "nunjucks": "^3.2.4", | 40 | "nunjucks": "^3.2.4", |
41 | "pkginfo": "^0.4.1", | 41 | "pkginfo": "^0.4.1", |
42 | "redis": "^3.1.2", | 42 | "redis": "^3.1.2", |
43 | "request": "^2.88.2", | 43 | "request": "^2.88.2", |
44 | "sha1": "^1.1.1", | 44 | "sha1": "^1.1.1", |
45 | "simple-git": "^1.80.1", | 45 | "simple-git": "^1.80.1", |
46 | "stack-trace": "0.0.10", | 46 | "stack-trace": "0.0.10", |
47 | "strftime": "^0.10.0", | 47 | "strftime": "^0.10.0", |
48 | "string-natural-compare": "^2.0.2", | 48 | "string-natural-compare": "^2.0.2", |
49 | "tektrans-logger": "^1.2.5", | 49 | "tektrans-logger": "^1.2.5", |
50 | "uniqid": "^4.1.1", | 50 | "uniqid": "^4.1.1", |
51 | "url-join": "^4.0.1", | 51 | "url-join": "^4.0.1", |
52 | "uuid": "^9.0.0" | 52 | "uuid": "^9.0.0" |
53 | }, | 53 | }, |
54 | "devDependencies": { | 54 | "devDependencies": { |
55 | "auto-changelog": "^2.4.0", | 55 | "auto-changelog": "^2.4.0", |
56 | "eslint": "^8.6.0", | 56 | "eslint": "^8.6.0", |
57 | "eslint-config-airbnb-base": "^15.0.0", | 57 | "eslint-config-airbnb-base": "^15.0.0", |
58 | "eslint-plugin-import": "^2.25.4" | 58 | "eslint-plugin-import": "^2.25.4" |
59 | }, | 59 | }, |
60 | "optionalDependencies": { | 60 | "optionalDependencies": { |
61 | "sd-notify": "^2.8.0", | 61 | "sd-notify": "^2.8.0", |
62 | "systemd-notify": "^1.0.0" | 62 | "systemd-notify": "^1.0.0" |
63 | } | 63 | } |
64 | } | 64 | } |
65 | 65 |