-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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"
}
}