23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|