mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
34 lines
826 B
JSON
34 lines
826 B
JSON
{
|
|
"name": "wled",
|
|
"version": "0.16.0-alpha",
|
|
"description": "Tools for WLED 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/wled-dev/WLED.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wled-dev/WLED/issues"
|
|
},
|
|
"homepage": "https://github.com/wled-dev/WLED#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"
|
|
}
|
|
} |