@wmfs/statebox
Version:
Orchestrate Node functions using Amazon States Language
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "@wmfs/statebox",
"version": "1.120.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": "10.0.1",
"@wmfs/asl-choice-processor": "1.25.0",
"debug": "4.4.1",
"dottie": "2.0.6",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"luxon": "3.7.1",
"tokenizr": "^1.6.7",
"uuid": "11.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.1.0",
"@semantic-release/git": "10.0.1",
"axios": "1.13.2",
"chai": "4.5.0",
"chai-string": "1.6.0",
"chai-subset": "1.6.0",
"codecov": "3.8.3",
"conventional-changelog-conventionalcommits": "9.1.0",
"cz-conventional-changelog": "3.3.0",
"dirty-chai": "2.0.1",
"express": "5.1.0",
"mocha": "11.7.5",
"nyc": "17.1.0",
"semantic-release": "25.0.2",
"standard": "17.1.2"
},
"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"
}
}