@wmfs/tymly-cli-rest-client
Version:
CLI tool to launch Tymly State Machines over REST
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "@wmfs/tymly-cli-rest-client",
"version": "1.21.0",
"description": "CLI tool to launch Tymly State Machines over REST",
"main": "./lib/index.js",
"keywords": [
"cli",
"tymly",
"executions",
"REST",
"API",
"state machines",
"package"
],
"scripts": {
"cli": "node lib/cli",
"test": "nyc mocha",
"lint": "standard",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/wmfs/tymly-cli-rest-client.git"
},
"author": "West Midlands Fire Service",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmfs/tymly-cli-rest-client/issues"
},
"homepage": "https://github.com/wmfs/tymly-cli-rest-client#readme",
"dependencies": {
"axios": "1.8.4",
"chalk": "4.1.2",
"debug": "4.4.0"
},
"devDependencies": {
"chai": "4.5.0",
"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"mocha": "10.8.2",
"nyc": "17.1.0",
"semantic-release": "24.2.3",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@wmfs/tymly": "1.306.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"tymly": {
"sync": false
}
},
"publishConfig": {
"access": "public"
}
}