mirror of
https://github.com/ION606/rpi-utils.git
synced 2026-05-14 21:06:54 +00:00
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "calendar-scraper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.3",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"express": "^4.18.2",
|
|
"ics": "^3.1.0"
|
|
}
|
|
}
|