Commit d5926b02141be66bce0886f6947d0eba06e5cfe6

Authored by Adhidarma Hadiwinoto
1 parent 9e0739218f
Exists in master

Change repo url to https

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "komodo-sdk-push-trx", 2 "name": "komodo-sdk-push-trx",
3 "version": "0.1.1", 3 "version": "0.1.1",
4 "description": "Komodo SDK for PUSH transaction", 4 "description": "Komodo SDK for PUSH transaction",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha --recursive test", 7 "test": "mocha --recursive test",
8 "version": "auto-changelog -p && git add CHANGELOG.md", 8 "version": "auto-changelog -p && git add CHANGELOG.md",
9 "postversion": "git push && git push --tags" 9 "postversion": "git push && git push --tags"
10 }, 10 },
11 "repository": { 11 "repository": {
12 "type": "git", 12 "type": "git",
13 "url": "git@gitlab.kodesumber.com:komodo/komodo-sdk-push-trx.git" 13 "url": "https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx.git"
14 }, 14 },
15 "keywords": [ 15 "keywords": [
16 "komodo", 16 "komodo",
17 "tektrans", 17 "tektrans",
18 "ppob", 18 "ppob",
19 "sdk" 19 "sdk"
20 ], 20 ],
21 "author": "Adhidarma Hadiwinoto <adhisimon@tektrans.id>", 21 "author": "Adhidarma Hadiwinoto <adhisimon@tektrans.id>",
22 "license": "ISC", 22 "license": "ISC",
23 "devDependencies": { 23 "devDependencies": {
24 "auto-changelog": "^2.4.0", 24 "auto-changelog": "^2.4.0",
25 "eslint": "^8.7.0", 25 "eslint": "^8.7.0",
26 "eslint-config-airbnb-base": "^15.0.0", 26 "eslint-config-airbnb-base": "^15.0.0",
27 "eslint-plugin-import": "^2.25.4", 27 "eslint-plugin-import": "^2.25.4",
28 "mocha": "^9.1.4", 28 "mocha": "^9.1.4",
29 "should": "^13.2.3" 29 "should": "^13.2.3"
30 }, 30 },
31 "dependencies": { 31 "dependencies": {
32 "express": "^4.17.2", 32 "express": "^4.17.2",
33 "komodo-sdk": "^1.44.2", 33 "komodo-sdk": "^1.44.2",
34 "tektrans-logger": "^1.2.3", 34 "tektrans-logger": "^1.2.3",
35 "uniqid": "^5.4.0", 35 "uniqid": "^5.4.0",
36 "ws": "^8.4.2" 36 "ws": "^8.4.2"
37 } 37 }
38 } 38 }
39 39