UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@wmfs/statebox",
3 "version": "1.79.0",
4 "description": "Orchestrate Node functions using Amazon States Language",
5 "author": "West Midlands Fire Service",
6 "homepage": "https://github.com/wmfs/statebox#readme",
7 "keywords": [
8 "tymly",
9 "package",
10 "fsm",
11 "finite",
12 "state machines",
13 "aws"
14 ],
15 "license": "MIT",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/wmfs/statebox.git"
19 },
20 "bugs": {
21 "url": "https://github.com/wmfs/statebox/issues"
22 },
23 "main": "./lib/index.js",
24 "dependencies": {
25 "@hapi/boom": "9.1.0",
26 "@wmfs/asl-choice-processor": "1.17.0",
27 "debug": "4.3.1",
28 "dottie": "2.0.2",
29 "jsonpath": "1.0.2",
30 "lodash": "4.17.20",
31 "luxon": "1.25.0",
32 "tokenizr": "^1.6.1",
33 "uuid": "8.3.2"
34 },
35 "devDependencies": {
36 "@semantic-release/changelog": "5.0.1",
37 "@semantic-release/git": "9.0.0",
38 "axios": "0.21.0",
39 "chai": "4.2.0",
40 "chai-string": "1.5.0",
41 "chai-subset": "1.6.0",
42 "codecov": "3.8.1",
43 "conventional-changelog-metahub": "4.0.1",
44 "cz-conventional-changelog": "3.3.0",
45 "dirty-chai": "2.0.1",
46 "express": "4.17.1",
47 "mocha": "8.2.1",
48 "nyc": "15.1.0",
49 "semantic-release": "17.3.0",
50 "standard": "16.0.3"
51 },
52 "scripts": {
53 "lint": "standard",
54 "test": "nyc mocha",
55 "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
56 "semantic-release": "semantic-release"
57 },
58 "config": {
59 "commitizen": {
60 "path": "cz-conventional-changelog"
61 }
62 },
63 "publishConfig": {
64 "access": "public"
65 }
66}