be2acbd3eb
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Removes `cacheable-request` Updates `nodemon` from 2.0.4 to 2.0.20 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.20) --- updated-dependencies: - dependency-name: cacheable-request dependency-type: indirect - dependency-name: nodemon dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
771 B
JSON
32 lines
771 B
JSON
{
|
|
"name": "wled",
|
|
"version": "0.14.0-b2",
|
|
"description": "Tools for WLED project",
|
|
"main": "tools/cdata.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"build": "node tools/cdata.js",
|
|
"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/Aircoookie/WLED.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Aircoookie/WLED/issues"
|
|
},
|
|
"homepage": "https://github.com/Aircoookie/WLED#readme",
|
|
"dependencies": {
|
|
"clean-css": "^4.2.3",
|
|
"html-minifier-terser": "^5.1.1",
|
|
"inliner": "^1.13.1",
|
|
"nodemon": "^2.0.20",
|
|
"zlib": "^1.0.5"
|
|
}
|
|
}
|