UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

78 lines (77 loc) 2.01 kB
{ "name": "@wmfs/tymly", "version": "1.317.0", "description": "A framework for building and sharing workflows in Node.js", "author": "West Midlands Fire Service", "homepage": "https://github.com/wmfs/tymly-core#readme", "keywords": [ "tymly", "package", "low code", "workflow", "open source" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wmfs/tymly-core.git" }, "bugs": { "url": "https://github.com/wmfs/tymly-core/issues" }, "main": "./lib/index.js", "dependencies": { "@hapi/boom": "10.0.1", "@wmfs/statebox": "1.118.0", "@wmfs/tymly-statelint": "1.64.0", "@wmfs/json-path-input-resolver": "1.2.0", "cls-hooked": "4.2.2", "debug": "4.4.1", "dottie": "2.0.6", "fast-json-patch": "3.1.1", "glob": "11.1.0", "jsonpath": "1.1.1", "lodash": "4.17.21", "lru-cache": "11.1.0", "mkdirp": "3.0.1", "moment": "2.30.1", "nanoid": "3.3.11", "pino": "9.7.0", "pino-pretty": "13.0.0", "read-pkg-up": "7.0.1", "underscore-query": "3.3.2", "upath": "2.0.1", "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", "@wmfs/tymly-test-helpers": "1.24.0", "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", "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" } }