Add code snippet for ICS-generation.
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "ical-example",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@git.dev.hsdesign.ru:1224/public/ical-example.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.1",
|
||||
"http": "^0.0.1-security",
|
||||
"ical-generator": "^3.4.2",
|
||||
"ics": "^2.35.0",
|
||||
"marked": "^4.0.15"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user