Commit 43126c291a29a5be7e5f7045ca7e11f59984d185
1 parent
f6bf31ded7
Exists in
master
Add some scripts on package.json
Showing 1 changed file with 3 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-gw-dummy2022", | 2 | "name": "komodo-gw-dummy2022", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "Komodo Dummy Gateway", | 4 | "description": "Komodo Dummy Gateway", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | "postversion": "git push && git push --tags", | ||
9 | "version": "auto-changelog -p && git add CHANGELOG.md" | ||
8 | }, | 10 | }, |
9 | "repository": { | 11 | "repository": { |
10 | "type": "git", | 12 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-dummy2022.git" | 13 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-dummy2022.git" |
12 | }, | 14 | }, |
13 | "keywords": [ | 15 | "keywords": [ |
14 | "komodo", | 16 | "komodo", |
15 | "tektrans", | 17 | "tektrans", |
16 | "ppob" | 18 | "ppob" |
17 | ], | 19 | ], |
18 | "author": "Adhidarma Hadiwinoto <adhisimon@tektrans.id>", | 20 | "author": "Adhidarma Hadiwinoto <adhisimon@tektrans.id>", |
19 | "license": "ISC", | 21 | "license": "ISC", |
20 | "dependencies": { | 22 | "dependencies": { |
21 | "komodo-sdk": "^1.45.6", | 23 | "komodo-sdk": "^1.45.6", |
22 | "tektrans-logger": "^1.2.4", | 24 | "tektrans-logger": "^1.2.4", |
23 | "uniqid": "^5.4.0" | 25 | "uniqid": "^5.4.0" |
24 | }, | 26 | }, |
25 | "devDependencies": { | 27 | "devDependencies": { |
26 | "auto-changelog": "^2.4.0", | 28 | "auto-changelog": "^2.4.0", |
27 | "eslint": "^8.11.0", | 29 | "eslint": "^8.11.0", |
28 | "eslint-config-airbnb-base": "^15.0.0", | 30 | "eslint-config-airbnb-base": "^15.0.0", |
29 | "eslint-plugin-import": "^2.25.4", | 31 | "eslint-plugin-import": "^2.25.4", |
30 | "mocha": "^9.2.2", | 32 | "mocha": "^9.2.2", |
31 | "should": "^13.2.3" | 33 | "should": "^13.2.3" |
32 | } | 34 | } |
33 | } | 35 | } |
34 | 36 |