UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

66 lines (65 loc) 1.58 kB
{ "name": "@wmfs/statebox", "version": "1.72.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.0", "@wmfs/asl-choice-processor": "1.16.0", "debug": "4.2.0", "dottie": "2.0.2", "jsonpath": "1.0.2", "lodash": "4.17.20", "luxon": "1.25.0", "uuid": "8.3.1" }, "devDependencies": { "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "axios": "0.21.0", "chai": "4.2.0", "chai-string": "1.5.0", "chai-subset": "1.6.0", "codecov": "3.8.0", "conventional-changelog-metahub": "4.0.1", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "express": "4.17.1", "mocha": "8.2.0", "nyc": "15.1.0", "semantic-release": "17.2.1", "standard": "15.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" } }