2025-02-14 17:03:13 +00:00

29 lines
657 B
JSON

{
"name": "@node-red/runtime",
"version": "4.0.9",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
"dependencies": {
"@node-red/registry": "4.0.9",
"@node-red/util": "4.0.9",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"express": "4.21.2",
"fs-extra": "11.2.0",
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1"
}
}