mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-06-25 01:21:52 +02:00
* Adds the ability to create and dismiss persistent HASS notifications. * Bump Strategy version to v2.3.5
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "mushroom-strategy",
|
|
"version": "2.3.5",
|
|
"description": "Automatically generate a dashboard of Mushroom cards.",
|
|
"keywords": [
|
|
"dashboard",
|
|
"strategy",
|
|
"mushroom"
|
|
],
|
|
"homepage": "https://github.com/DigiLive/mushroom-strategy",
|
|
"bugs": "https://github.com/DigiLive/mushroom-strategy/issues",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Ferry Cools"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Aalian Khan"
|
|
}
|
|
],
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/DigiLive"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DigiLive/mushroom-strategy"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
"@typescript-eslint/parser": "^8.32.1",
|
|
"eslint": "^9.27.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.0",
|
|
"home-assistant-js-websocket": "^9.5.0",
|
|
"markdownlint-cli2": "^0.18.1",
|
|
"prettier": "^3.5.3",
|
|
"semver": "^7.7.2",
|
|
"superstruct": "^2.0.2",
|
|
"ts-loader": "^9.5.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3",
|
|
"version-bump-prompt": "^6",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"ts:format": "prettier --write \"**/*.ts\"",
|
|
"json:format": "prettier --write \"**/*.json\"",
|
|
"mkdocs:serve": "mkdocs serve",
|
|
"md:lint": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#dist\"",
|
|
"md:lint:fix": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#dist\" --fix",
|
|
"build-dev": "webpack --config webpack.dev.config.ts",
|
|
"build": "webpack",
|
|
"bump": "bump --preid alpha package.json package-lock.json README.md ./docs/index.md ./src/mushroom-strategy.ts"
|
|
}
|
|
}
|