node-red-node-test-helper
Version:
A test framework for Node-RED nodes
51 lines (50 loc) • 980 B
JSON
{
"name": "node-red-node-test-helper",
"version": "0.3.4",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
"test": "mocha \"test/**/*_spec.js\"",
"examples": "mocha \"examples/**/*_spec.js\""
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-node-test-helper.git"
},
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.19.2",
"semver": "^7.5.4",
"should": "^13.2.3",
"should-sinon": "^0.0.6",
"sinon": "^11.1.2",
"stoppable": "^1.1.0",
"supertest": "^7.0.0"
},
"devDependencies": {
"mocha": "^9.2.2"
},
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
},
{
"name": "Mike Blackstock"
},
{
"name": "Dean Cording"
}
],
"keywords": [
"test",
"iot",
"node-red"
],
"engines": {
"node": ">=14"
}
}