UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@wmfs/tymly",
3 "version": "1.137.3",
4 "description": "A framework for building and sharing workflows in Node.js",
5 "author": "West Midlands Fire Service",
6 "homepage": "https://github.com/wmfs/tymly-core#readme",
7 "keywords": [
8 "tymly",
9 "package",
10 "low code",
11 "workflow",
12 "open source"
13 ],
14 "license": "MIT",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/wmfs/tymly-core.git"
18 },
19 "bugs": {
20 "url": "https://github.com/wmfs/tymly-core/issues"
21 },
22 "main": "./lib/index.js",
23 "dependencies": {
24 "@wmfs/statebox": "1.64.2",
25 "@wmfs/tymly-statelint": "1.25.0",
26 "@hapi/boom": "9.1.0",
27 "cls-hooked": "4.2.2",
28 "debug": "4.1.1",
29 "dottie": "2.0.2",
30 "fast-json-patch": "3.0.0-1",
31 "glob": "7.1.6",
32 "jsonpath": "1.0.2",
33 "lodash": "4.17.15",
34 "lru-cache": "5.1.1",
35 "mkdirp": "1.0.4",
36 "moment": "2.24.0",
37 "nanoid": "3.0.2",
38 "read-pkg-up": "7.0.1",
39 "underscore-query": "3.3.2",
40 "upath": "1.2.0",
41 "uuid": "7.0.3"
42 },
43 "devDependencies": {
44 "chai": "4.2.0",
45 "chai-string": "1.5.0",
46 "chai-subset": "1.6.0",
47 "codecov": "3.6.5",
48 "conventional-changelog-metahub": "4.0.1",
49 "cz-conventional-changelog": "3.2.0",
50 "dirty-chai": "2.0.1",
51 "mocha": "7.1.2",
52 "nyc": "15.0.1",
53 "semantic-release": "17.0.7",
54 "standard": "14.3.3",
55 "@semantic-release/changelog": "5.0.1",
56 "@semantic-release/git": "9.0.0",
57 "@wmfs/tymly-test-helpers": "1.4.2"
58 },
59 "scripts": {
60 "lint": "standard",
61 "test": "nyc mocha && standard",
62 "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
63 "semantic-release": "semantic-release"
64 },
65 "config": {
66 "commitizen": {
67 "path": "cz-conventional-changelog"
68 }
69 },
70 "publishConfig": {
71 "access": "public"
72 }
73}