You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maestro/package.json

33 lines
798 B

{
"name": "harmox",
"version": "0.1.2",
"description": "Harmox is an object-oriented library for interacting with remote infrastructure.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://git.glmdev.tech/garrettmills/maestro"
},
"keywords": [
"maestro",
"glmdev",
"infrastructure"
],
"author": "Garrett Mills <garrett@glmdev.tech> (https://glmdev.tech/)",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"cross-zip": "^2.1.6",
"flitter-agenda": "^0.5.0",
"flitter-cli": "^0.16.0",
"flitter-di": "^0.5.0",
"flitter-flap": "^0.5.2",
"libflitter": "^0.54.0",
"moment": "^2.24.0",
"scp": "^0.0.3",
"ssh2": "^0.8.7",
"ssh2-streams": "^0.4.8",
"tar": "^5.0.5",
"uuid": "latest"
}
}