UNPKG

fivem-docker-cli

Version:

Command-line tool to create and administer FiveM Servers running in Docker.

69 lines (68 loc) 1.81 kB
{ "name": "fivem-docker-cli", "description": "Command-line tool to create and administer FiveM Servers running in Docker.", "version": "0.0.83", "author": "JustWeb", "bin": { "fivem": "./bin/run" }, "bugs": "https://github.com/justweb1/fivem-docker-cli/issues", "dependencies": { "@oclif/command": "^1.5.6", "@oclif/config": "^1.9.0", "@oclif/plugin-autocomplete": "^0.1.0", "@oclif/plugin-help": "^2.1.4", "@oclif/plugin-not-found": "^1.2.2", "@oclif/plugin-update": "^1.3.7", "@oclif/plugin-warn-if-update-available": "^1.5.4", "cli-ux": "^4.9.3", "dockerode": "^2.5.7", "fs": "0.0.1-security", "inquirer": "^6.2.0" }, "devDependencies": { "@oclif/dev-cli": "^1.19.4", "@oclif/test": "^1.2.2", "chai": "^4.1.2", "eslint": "^5.8.0", "eslint-config-oclif": "^3.1.0", "globby": "^8.0.1", "mocha": "^5.2.0", "nyc": "^13.1.0", "rimraf": "^2.6.2" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/src" ], "homepage": "https://github.com/justweb1/fivem-docker-cli", "keywords": [ "oclif" ], "license": "MIT", "main": "src/index.js", "oclif": { "commands": "./src/commands", "bin": "fivem", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-not-found", "@oclif/plugin-update", "@oclif/plugin-warn-if-update-available", "@oclif/plugin-autocomplete" ] }, "repository": "justweb1/fivem-docker-cli", "scripts": { "postpack": "rimraf oclif.manifest.json", "posttest": "eslint .", "prepack": "oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", "version": "oclif-dev readme && git add README.md" } }