-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 KB
/
package.json
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
40
{
"name": "kong-utility-client",
"version": "0.0.8",
"description": "Utility function for kong api ",
"main": "./build/index.js",
"scripts": {
"clean": "rm -rf build && mkdir build",
"test": "babel-node src/test-kong.js",
"build": "npm run clean && babel -d ./build ./src -s"
},
"keywords": [
"kong",
"kong-client"
],
"author": "Thanachote Khaosanit",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.4.3",
"axios": "^0.18.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devit-tel/kong-client.git"
},
"bugs": {
"url": "https://github.com/devit-tel/kong-client/issues"
},
"homepage": "https://github.com/devit-tel/kong-client#readme"
}