UNPKG

@node-red-contrib-themes/theme-collection

Version:
60 lines (59 loc) 1.76 kB
{ "name": "@node-red-contrib-themes/theme-collection", "version": "5.0.1", "description": "A collection of themes for Node-RED", "repository": { "type": "git", "url": "https://github.com/node-red-contrib-themes/theme-collection.git" }, "keywords": [ "node-red", "nodered", "theme", "themes", "plugin", "plugins", "dark", "light" ], "scripts": { "init": "node ./lib/init.js", "dev": "node ./lib/dev.js", "new-theme": "node ./lib/new-theme.js", "build": "node ./lib/build.js", "version": "git checkout -b release/$npm_package_version", "postversion": "git commit -am 'Bump version to '$npm_package_version && git push -u origin release/$npm_package_version && git checkout dev", "vscode:clean": "node lib/vscode-theme.js clean", "vscode:sort": "node lib/vscode-theme.js sort", "vscode:build": "node lib/vscode-theme.js build" }, "author": "Mauricio Bonani @mbonani", "publishConfig": { "access": "public" }, "license": "MIT", "bugs": { "url": "https://github.com/node-red-contrib-themes/theme-collection/issues" }, "homepage": "https://github.com/node-red-contrib-themes/theme-collection#readme", "devDependencies": { "chokidar": "5.0.0", "command-line-args": "6.0.2", "ora": "9.4.0", "prettier": "3.8.3", "sass-embedded": "1.100.0" }, "node-red": { "version": ">=5.0", "plugins": { "node-red-contrib-themes": "themes.js" } }, "engines": { "node": ">=22.9" }, "files": [ "/themes", "/themes.js" ] }