UNPKG

cdk-asl-extractor

Version:

Convert your CDK state machine to an ASL file

29 lines (28 loc) 633 B
{ "name": "cdk-asl-extractor", "version": "1.0.2", "description": "Convert your CDK state machine to an ASL file", "main": "index.js", "scripts": { "test": "jest" }, "bin": "index.js", "repository": { "type": "git", "url": "git+https://github.com/nathanagez/cdk-asl-extractor.git" }, "keywords": [ "asl", "cdk", "cloudformation" ], "author": "Nathan AGEZ", "license": "MIT", "bugs": { "url": "https://github.com/nathanagez/cdk-asl-extractor/issues" }, "homepage": "https://github.com/nathanagez/cdk-asl-extractor#readme", "devDependencies": { "jest": "^27.4.7" } }