@node-red-contrib-themes/theme-collection
Version:
A collection of themes for Node-RED
61 lines (60 loc) • 1.81 kB
JSON
{
"name": "@node-red-contrib-themes/theme-collection",
"version": "4.1.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": {
"chalk": "5.6.2",
"chokidar": "5.0.0",
"command-line-args": "6.0.1",
"csso": "5.0.5",
"fs-extra": "11.3.2",
"khroma": "2.1.0",
"nodemon": "3.1.11",
"ora": "9.0.0",
"sass": "1.94.2"
},
"node-red": {
"version": ">=4.0",
"plugins": {
"node-red-contrib-themes": "themes.js"
}
},
"files": [
"/themes",
"/themes.js"
]
}