{ "name": "@test/test-theme3", "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-theme3": "files/plugin.js" } }, "engines": { "node": ">=12.x" } }