UNPKG

dev-kong

Version:
63 lines (62 loc) 1.28 kB
{ "name": "dev-kong", "version": "0.11.0", "description": "Development Kong Server", "main": "src/commands/index.js", "bin": { "kong": "./src/index.js" }, "scripts": { "lint": "standard", "kong": "./src/index.js" }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/ernestofreyreg/dev-kong.git" }, "keywords": [ "cli", "development", "kong" ], "author": "Ernesto Freyre <ernestofreyreg@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ernestofreyreg/dev-kong/issues" }, "homepage": "https://github.com/ernestofreyreg/dev-kong#readme", "dependencies": { "axios": "^0.19.2", "bluebird": "^3.7.2", "cli-table": "^0.3.1", "commander": "^4.1.1", "fs-extra": "^9.0.1", "js-yaml": "^3.14.0", "my-ip": "^1.1.1", "node-yaml": "^4.0.1", "ramda": "^0.27.0", "tmp": "^0.2.1" }, "devDependencies": { "mocha": "^6.2.2", "must": "^0.13.2", "must-sinon": "^0.0.0", "pre-commit": "^1.2.2", "sinon": "^7.5.0", "standard": "^14.3.1" }, "standard": { "globals": [ "after", "afterEach", "before", "beforeEach", "describe", "expect", "it" ] } }