UNPKG

stepfunctions-localhost

Version:

A wrapper for AWS's [Step Functions Local](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html).

46 lines (45 loc) 923 B
{ "name": "stepfunctions-localhost", "version": "0.2.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", "zlib": "^1.0.5" }, "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" } }