forked from DigiLive/mushroom-strategy
* Bump webpack version Versions <5.94.0 are vulnerable to Cross-site Scripting (XSS) via DOM clobbering in the AutoPublicPathRuntimeModule class. https://security.snyk.io/package/npm/webpack/5.93.0 * Bump ts-loader version Versions <9.5.0 have vulnerabilities in their dependencies. braces: https://github.com/advisories/GHSA-grv7-fg5c-xmjg cross-spawn: https://github.com/advisories/GHSA-3xgq-45jj-v275
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "mushroom-strategy",
|
|
"version": "2.2.0",
|
|
"description": "Automatically create a dashboard using Mushroom cards",
|
|
"keywords": [
|
|
"strategy",
|
|
"mushroom"
|
|
],
|
|
"homepage": "https://github.com/AalianKhan/mushroom-strategy",
|
|
"bugs": "https://github.com/AalianKhan/mushroom-strategy/issues",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Aalian Khan"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Ferry Cools"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AalianKhan/mushroom-strategy"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"home-assistant-js-websocket": "^9",
|
|
"superstruct": "^1",
|
|
"ts-loader": "^9.5.0",
|
|
"ts-node": "^10",
|
|
"typescript": "^5",
|
|
"version-bump-prompt": "^6",
|
|
"webpack": "^5.96.1",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"build-dev": "webpack --config webpack.dev.config.ts",
|
|
"build": "webpack",
|
|
"bump": "bump --preid alpha package.json package-lock.json README.md ./src/mushroom-strategy.ts"
|
|
}
|
|
}
|