UNPKG

navy

Version:

Quick and powerful development environments using Docker and Docker Compose

54 lines (53 loc) 1.29 kB
{ "name": "navy", "version": "7.1.0", "description": "Quick and powerful development environments using Docker and Docker Compose", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "navy": "./bin/navy.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/moneyhub/navy.git" }, "keywords": [ "docker", "environment" ], "author": "Moneyhub Financial Technology Ltd", "license": "MIT", "bugs": { "url": "https://github.com/moneyhub/navy/issues" }, "homepage": "https://github.com/moneyhub/navy#readme", "engines": { "node": ">=22" }, "dependencies": { "@babel/runtime": "^7", "bluebird": "^3.7.2", "chalk": "^4.1.2", "cli-spinners": "^2.6.1", "commander": "^12.1.0", "debug": "^4.4.0", "dockerode": "^5.0.0", "eventemitter2": "^6.4.5", "inquirer": "^8.2.6", "invariant": "^2.2.4", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "node-fetch": "^2.6.5", "node-forge": "^1.3.0", "open": "^8.4.2", "pad": "^3.2.0", "promise-retry": "^2.0.1", "ramda": "^0.30.1", "resolve": "^1.20.0", "strip-ansi": "^6.0.1", "www-authenticate": "^0.6.3" } }