UNPKG

aws-sf-choice

Version:
32 lines (31 loc) 783 B
{ "name": "aws-sf-choice", "version": "1.0.21", "description": "parse aws step function choice", "main": "lib/index.js", "types":"lib/index.d.ts", "files": ["/lib"], "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["aws","stepfunction","choice","json","condition"], "author": "Mohammad Naimi", "license": "ISC", "devDependencies": { "@types/jsonpath": "^0.2.0", "@types/lodash": "^4.14.182", "@types/uuid": "^8.3.4", "typescript": "^4.6.4" }, "dependencies": { "@types/node": "^17.0.35", "jsonpath": "^1.1.1", "lodash": "^4.17.21", "uuid": "^8.3.2" }, "repository": { "type": "git", "url": "https://github.com/naimimohammad/aws-sf-choice.git" } }