-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
40 lines (40 loc) · 1002 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
40
{
"name": "week-planner-card",
"version": "1.11.1",
"description": "Custom Home Assistant card to display events for a number of days from one or several calendars.",
"source": "src/index.js",
"module": "dist/week-planner-card.js",
"targets": {
"module": {
"includeNodeModules": true,
"optimize": true
}
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FamousWolf/week-planner-card.git"
},
"keywords": [
"lovelace"
],
"author": "Rudy Gnodde",
"licence": "MIT",
"bugs": {
"url": "https://github.com/FamousWolf/week-planner-card/issues"
},
"homepage": "https://github.com/FamousWolf/week-planner-card",
"devDependencies": {
"@parcel/optimizer-data-url": "^2.12.0",
"@parcel/transformer-inline-string": "^2.11.0",
"parcel": "^2.11.0",
"svgo": "^3.3.2"
},
"dependencies": {
"lit": "^3.1.2",
"luxon": "^3.4.4"
}
}