Commit 0f980f11db4f2e722fdbe444d11437d3c7a8e49c
1 parent
f3ce9f821b
Exists in
master
Postupdate script
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-migration-evo", | 2 | "name": "komodo-migration-evo", |
3 | "version": "0.9.0", | 3 | "version": "0.9.0", |
4 | "description": "Tools to migrate EVO to KOMODO", | 4 | "description": "Tools to migrate EVO to 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" | ||
8 | }, | 9 | }, |
9 | "repository": { | 10 | "repository": { |
10 | "type": "git", | 11 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:komodo/komodo-migration-evo.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-migration-evo.git" |
12 | }, | 13 | }, |
13 | "keywords": [ | 14 | "keywords": [ |
14 | "komodo", | 15 | "komodo", |
15 | "evo", | 16 | "evo", |
16 | "ppob", | 17 | "ppob", |
17 | "tektrans" | 18 | "tektrans" |
18 | ], | 19 | ], |
19 | "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>", | 20 | "author": "Adhidarma Hadiwinoto <adhisimon@gmail.com>", |
20 | "license": "MIT", | 21 | "license": "MIT", |
21 | "devDependencies": { | 22 | "devDependencies": { |
22 | "eslint": "^6.6.0", | 23 | "eslint": "^6.6.0", |
23 | "eslint-config-airbnb-base": "^14.0.0", | 24 | "eslint-config-airbnb-base": "^14.0.0", |
24 | "eslint-plugin-import": "^2.18.2", | 25 | "eslint-plugin-import": "^2.18.2", |
25 | "mocha": "^6.2.2", | 26 | "mocha": "^6.2.2", |
26 | "should": "^13.2.3" | 27 | "should": "^13.2.3" |
27 | }, | 28 | }, |
28 | "dependencies": { | 29 | "dependencies": { |
29 | "body-parser": "^1.19.0", | 30 | "body-parser": "^1.19.0", |
30 | "express": "^4.17.1", | 31 | "express": "^4.17.1", |
31 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 32 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
32 | "mysql": "^2.17.1" | 33 | "mysql": "^2.17.1" |
33 | } | 34 | } |
34 | } | 35 | } |
35 | 36 |