@wmfs/asl-choice-processor
Version:
For determining the next state given an Amazon States Language 'Choices' definition and a set of values.
52 lines (51 loc) • 1.36 kB
JSON
{
"name": "@wmfs/asl-choice-processor",
"version": "1.24.1",
"description": "For determining the next state given an Amazon States Language 'Choices' definition and a set of values.",
"author": "West Midlands Fire Service",
"homepage": "https://github.com/wmfs/asl-choice-processor#readme",
"keywords": [
"tymly",
"package",
"Amazon States Language"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/asl-choice-processor.git"
},
"bugs": {
"url": "https://github.com/wmfs/asl-choice-processor/issues"
},
"main": "./lib/index.js",
"dependencies": {
"jsonpath": "1.1.1",
"lodash": "4.17.21"
},
"devDependencies": {
"chai": "4.3.10",
"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"semantic-release": "22.0.10",
"standard": "17.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1"
},
"scripts": {
"lint": "standard",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}