mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2026-04-30 19:04:20 -04:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"name": "@fossify/holiday-generator",
|
|
"version": "1.0.0",
|
|
"description": "Holiday generator for Fossify Calendar",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"date-holidays": "^3",
|
|
"ics": "^3.7.2"
|
|
}
|
|
}
|