UNPKG

stepfunctions-testing

Version:
26 lines (25 loc) 509 B
{ "name": "stepfunctions-testing", "version": "0.1.2", "description": "Step Functions testing library.", "main": "dist/index.js", "scripts": { "prepublishOnly": "npm run build", "build": "tsc" }, "keywords": [ "step functions", "stepfunctions" ], "author": { "name": "Ken Fukuyama" }, "repository": { "type": "git", "url": "https://github.com/kenfdev/stepfunctions-testing.git" }, "license": "MIT", "devDependencies": { "typescript": "^4.5.5" } }