Rotzbua c50c1b352c
Drop EOL Node 16
Changing the End-of-Life Date for Node.js 16 to September 11th, 2023
https://nodejs.org/en/blog/announcements/nodejs16-eol
2023-09-04 17:06:32 +02:00

25 lines
439 B
JSON

{
"name": "test-theme2",
"version": "0.0.1",
"description": "test theme for Node-RED",
"keywords": [
"node-red",
"plugin",
"theme"
],
"author": {
"name": "testy-McTesterson"
},
"license": "MIT",
"node-red": {
"version": ">=2.2.0",
"plugins": {
"test-theme2": "files/plugin.js"
}
},
"engines": {
"node": ">=18"
}
}