UNPKG

serverless-aws-step-functions-offline

Version:

Run AWS step functions offline with Serverless and AWS Offline Step Function

38 lines (37 loc) 891 B
{ "name": "serverless-aws-step-functions-offline", "version": "0.0.1", "description": "Run AWS step functions offline with Serverless and AWS Offline Step Function", "main": "index.js", "scripts": {}, "license": "MIT", "dependencies": { "aws-sdk": "^2.810.0", "chalk": "^4.1.0", "stepfunctions-localhost": "^0.2.0", "tcp-port-used": "^1.0.2" }, "devDependencies": {}, "keywords": [ "⚡️", "serverless", "serverless offline", "serverless plugin", "plugin", "sls", "offline", "local", "step functions", "state machines", "step", "function", "state", "machine", "aws" ], "homepage": "https://github.com/shujieali/serverless-aws-step-functions-offline#readme", "repository": { "type": "git", "url": "git+https://github.com/shujieali/serverless-aws-step-functions-offline.git" } }