1 Star 0 Fork 0

derrick/node-red-node-test-helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick O'Leary 提交于 2023-12-22 14:58 . Update for new release
{
"name": "node-red-node-test-helper",
"version": "0.3.3",
"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.18.2",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"should": "^13.2.3",
"should-sinon": "^0.0.6",
"sinon": "^11.1.2",
"stoppable": "^1.1.0",
"supertest": "^6.3.3"
},
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dwji/node-red-node-test-helper.git
git@gitee.com:dwji/node-red-node-test-helper.git
dwji
node-red-node-test-helper
node-red-node-test-helper
master

搜索帮助