@wmfs/statebox
Version:
Orchestrate Node functions using Amazon States Language
67 lines (66 loc) • 1.61 kB
JSON
{
"name": "@wmfs/statebox",
"version": "1.84.0",
"description": "Orchestrate Node functions using Amazon States Language",
"author": "West Midlands Fire Service",
"homepage": "https://github.com/wmfs/statebox#readme",
"keywords": [
"tymly",
"package",
"fsm",
"finite",
"state machines",
"aws"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/statebox.git"
},
"bugs": {
"url": "https://github.com/wmfs/statebox/issues"
},
"main": "./lib/index.js",
"dependencies": {
"@hapi/boom": "9.1.1",
"@wmfs/asl-choice-processor": "1.18.0",
"debug": "4.3.1",
"dottie": "2.0.2",
"jsonpath": "1.1.0",
"lodash": "4.17.21",
"luxon": "1.26.0",
"tokenizr": "^1.6.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"axios": "0.21.1",
"chai": "4.3.0",
"chai-string": "1.5.0",
"chai-subset": "1.6.0",
"codecov": "3.8.1",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"dirty-chai": "2.0.1",
"express": "4.17.1",
"mocha": "8.3.0",
"nyc": "15.1.0",
"semantic-release": "17.3.9",
"standard": "16.0.3"
},
"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"
}
}