-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 998 Bytes
/
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
{
"name": "@itsteddyyo/tile-feature-pack",
"version": "0.1.1",
"type": "module",
"files": [
"dist"
],
"main": "./dist/tile-feature-pack.umd.js",
"module": "./dist/tile-feature-pack.es.js",
"exports": {
".": {
"import": "./dist/tile-feature-pack.es.js",
"require": "./dist/tile-feature-pack.umd.js"
}
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^9.4.0",
"lit-element": "^2.5.1",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"@types/lodash": "^4.17.7",
"prettier": "^3.3.3"
},
"scripts": {
"build": "tsc --noEmit && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsteddyyo/tile-feature-pack.git"
},
"author": "Florian Saller",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsteddyyo/tile-feature-pack/issues"
},
"homepage": "https://github.com/itsteddyyo/tile-feature-pack#readme"
}