maestro
Version:
Maestro is a framework for quickly bootstrapping serverless orchestration workflows with AWS Step Functions
60 lines (59 loc) • 1.38 kB
JSON
{
"dependencies": {
"aws-sdk": "^2.724.0",
"minimist": "^1.2.5"
},
"name": "maestro",
"description": "Maestro is a framework for quickly bootstrapping serverless orchestration workflows with AWS Step Functions",
"version": "2.1.1",
"bin": {
"maestro": "bin/maestro.js"
},
"devDependencies": {
"mocha": "^8.1.1"
},
"scripts": {
"postinstall": "./bin/welcome-message.sh",
"test": "mocha"
},
"man": [
"doc/man/maestro.1",
"doc/man/maestro-deploy.1",
"doc/man/maestro-help.1",
"doc/man/maestro-new.1",
"doc/man/maestro-config.1",
"doc/man/maestro-get-templates.1",
"doc/man/maestro-teardown.1"
],
"repository": {
"type": "git",
"url": "git+https://github.com/maestro-framework/maestro.git"
},
"keywords": [
"lambda",
"aws",
"amazon web services",
"serverless",
"faas",
"maestro",
"orchestration",
"orchestrator",
"framework",
"maestro-framework"
],
"author": "maestro",
"contributors": [
"Torrel Moseley <trrl.mo@hotmail.com>",
"Zac Klammer <zklamm@gmail.com>",
"John Isom <john@johnisom.dev>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/maestro-framework/maestro/issues"
},
"preferGlobal": true,
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/maestro-framework/maestro#readme"
}