Commit c9bbd355b18b890dd5c8cb51182e1b05f63ed4c4
1 parent
ab58285351
Exists in
master
and in
1 other branch
Postversion script
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-center-httpget-x", | 2 | "name": "komodo-center-httpget-x", |
3 | "version": "0.9.0", | 3 | "version": "0.9.0", |
4 | "description": "Komodo center for HTTP GET - Rewrited", | 4 | "description": "Komodo center for HTTP GET - Rewrited", |
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" | ||
8 | }, | 9 | }, |
9 | "repository": { | 10 | "repository": { |
10 | "type": "git", | 11 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git" |
12 | }, | 13 | }, |
13 | "keywords": [ | 14 | "keywords": [ |
14 | "komodo", | 15 | "komodo", |
15 | "ppob", | 16 | "ppob", |
16 | "tektrans", | 17 | "tektrans", |
17 | "center", | 18 | "center", |
18 | "http", | 19 | "http", |
19 | "httpget" | 20 | "httpget" |
20 | ], | 21 | ], |
21 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 22 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
22 | "license": "ISC", | 23 | "license": "ISC", |
23 | "devDependencies": { | 24 | "devDependencies": { |
24 | "eslint": "^6.1.0", | 25 | "eslint": "^6.1.0", |
25 | "eslint-config-airbnb-base": "^14.0.0", | 26 | "eslint-config-airbnb-base": "^14.0.0", |
26 | "eslint-plugin-import": "^2.18.2" | 27 | "eslint-plugin-import": "^2.18.2" |
27 | }, | 28 | }, |
28 | "dependencies": { | 29 | "dependencies": { |
29 | "express": "^4.17.1", | 30 | "express": "^4.17.1", |
30 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 31 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
31 | "moment": "^2.24.0", | 32 | "moment": "^2.24.0", |
32 | "request": "^2.88.0", | 33 | "request": "^2.88.0", |
33 | "uniqid": "^5.0.3" | 34 | "uniqid": "^5.0.3" |
34 | } | 35 | } |
35 | } | 36 | } |
36 | 37 |