Files
2025-05-27 21:08:22 +02:00

58 lines
1.6 KiB
JSON

{
"name": "mushroom-strategy",
"version": "2.3.2",
"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": {
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@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",
"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.8",
"webpack-cli": "^6.0.1"
},
"scripts": {
"mkdocs:serve": "mkdocs serve",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"fix:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#dist\" \"#build\" --fix",
"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"
}
}