package.json
1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "komodo-sdk-supplier-product-quota",
"version": "0.2.8",
"description": "Komodo SDK to manage quota of supplier product",
"main": "index.js",
"scripts": {
"test": "mocha test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-sdk-supplier-product-quota.git"
},
"keywords": [
"komodo",
"sdk",
"ppob",
"tektrans"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"mocha": "^8.4.0",
"should": "^13.2.3"
},
"dependencies": {
"axios": "^0.19.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"natural-orderby": "^2.0.3",
"nunjucks": "^3.2.1",
"redis": "^3.1.2",
"uniqid": "^5.2.0"
}
}