UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

30 lines (29 loc) 699 B
{ "name": "uib-fs-utils", "version": "1.0.0", "private": true, "description": "Internal Filing System utilities for uibuilder - bundled chokidar", "main": "index.cjs", "module": "index.mjs", "exports": { ".": { "import": "./index.mjs", "require": "./index.cjs" } }, "scripts": { "build": "node build.mjs" }, "devDependencies": { "chokidar": "^5.0.0", "fast-glob": "^3.2.7" }, "engines": { "node": ">=18.5" }, "author": { "name": "Julian Knight (TotallyInformation)", "url": "https://github.com/TotallyInformation" }, "license": "Apache-2.0" }