-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 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
{
"name": "blackout-schedule-ical",
"version": "2024.7.5",
"description": "DTEK Blackout Schedule Calendars",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blackout",
"calendars"
],
"author": "m03geek",
"contributors": [
{
"name": "Andrew J.Swan",
"url": "https://github.com/andrewjswan/"
}
],
"homepage": "https://andrewjswan.github.io/dtek-blackout-schedule-calendars/",
"bugs": "https://github.com/andrewjswan/dtek-blackout-schedule-calendars/issues",
"repository": {
"type": "git",
"url": "https://github.com/andrewjswan/dtek-blackout-schedule-calendars.git"
},
"license": "MIT",
"dependencies": {
"@touch4it/ical-timezones": "^1.9.0",
"ical-generator": "^8.1.1",
"luxon": "^3.5.0"
},
"devDependencies": {
"@types/luxon": "^3.2.0",
"@types/node": "^18.11.18",
"dayjs": "^1.11.13",
"moment": "^2.29.4",
"moment-timezone": "^0.5.46",
"rrule": "^2.7.1"
}
}