dockermachine-cli-js
Version:
A node.js wrapper for the docker-machine CLI
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "dockermachine-cli-js",
"version": "3.0.5",
"description": "A node.js wrapper for the docker-machine CLI",
"main": "dist/index.js",
"typings": "dist/index",
"files": [
"dist/",
"typings.json"
],
"scripts": {
"lint": "tslint src/**/*.ts",
"build": "rimraf dist/ && tsc",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff",
"test": "npm run lint && npm run build && npm run test-spec",
"prepublish": "npm run lint && npm run build && rimraf dist/**/*.spec.* "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Quobject/dockermachine-cli-js.git"
},
"keywords": [
"docker",
"dockermachine",
"docker-machine",
"docker-machine cli"
],
"author": "Matthias Ludwig <mludwig@quobject.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Quobject/dockermachine-cli-js/issues"
},
"homepage": "https://github.com/Quobject/dockermachine-cli-js",
"devDependencies": {
"@types/blue-tape": "0.1.32",
"blue-tape": "1.0.0",
"rimraf": "2.6.2",
"tap-diff": "0.1.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.0-dev.20180824"
},
"dependencies": {
"cli-table-2-json": "1.0.13",
"nodeify-ts": "1.0.6"
}
}