Files
WLED_MM_Infinity/package.json
Frank 114bdb416f upgrade HTML data build system - use same tools as in upstream WLED
align with tools/cdata.js from upstream WLED

--> prerequisite for pixelforge tool !
2025-12-18 23:40:23 +01:00

35 lines
852 B
JSON

{
"name": "wled",
"version": "14.7.0-mdev",
"description": "Tools for WLED-MM project",
"main": "tools/cdata.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "node tools/cdata.js",
"test": "node --test",
"dev": "nodemon -e js,html,htm,css,png,jpg,gif,ico,js -w tools/ -w wled00/data/ -x node tools/cdata.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoonModules/WLED-MM.git"
},
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/MoonModules/WLED-MM/issues"
},
"homepage": "https://github.com/MoonModules/WLED-MM#readme",
"dependencies": {
"clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0",
"web-resource-inliner": "^7.0.0",
"nodemon": "^3.1.9"
},
"engines": {
"node": ">=20.0.0"
}
}