tdl-client-nodejs
Version:
A NodeJs client that allows users to get up to speed with the TDL system.
38 lines (37 loc) • 897 B
JSON
{
"name": "tdl-client-nodejs",
"version": "0.30.1",
"description": "A NodeJs client that allows users to get up to speed with the TDL system.",
"main": "tdl-client.js",
"scripts": {
"test": "./node_modules/.bin/cucumber-js"
},
"repository": {
"type": "git",
"url": "https://github.com/io-accelerate/tdl-client-nodejs"
},
"dependencies": {
"promise": "~8.3.0",
"stompit": "~1.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "~11.2.0",
"intercept-stdout": "~0.1.2",
"pretty": "~2.0.0"
},
"engines": {
"node": ">=22.14.0",
"npm": ">=11.2.0"
},
"keywords": [
"tdl",
"befaster",
"activemq"
],
"author": "Julian Ghionoiu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/io-accelerate/tdl-client-nodejs/issues"
},
"homepage": "https://github.com/io-accelerate/tdl-client-nodejs#readme"
}