stepfunctions-local-wrapper
Version:
A wrapper for AWS's [Step Functions Local](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html).
45 lines (44 loc) • 905 B
JSON
{
"name": "stepfunctions-local-wrapper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "xo"
},
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"xo": {
"space": true
},
"devDependencies": {
"xo": "^0.24.0"
},
"dependencies": {
"del": "^4.1.1",
"fs-extra": "^8.0.1",
"ora": "^3.4.0",
"tar": "^4.4.10"
},
"keywords": [
"🛠",
"aws",
"step functions",
"state machines",
"step",
"function",
"state",
"machine",
"serverless",
"local",
"offline"
],
"bugs": {
"url": "https://github.com/codetheweb/stepfunctions-localhost/issues"
},
"homepage": "https://github.com/codetheweb/stepfunctions-localhost#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/codetheweb/stepfunctions-localhost.git"
}
}