-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "dayschedule-widget",
"version": "1.2.2",
"description": "Appointment scheduling widget to embed the booking calendar on your website for 1:1, round-robin and group bookings with Google meet, Zoom and MS Teams integrations",
"main": "dist/dayschedule-widget.js",
"files": [
"dist"
],
"scripts": {
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dayschedule/dayschedule-widget.git"
},
"keywords": [
"scheduling",
"calendar",
"appointment",
"booking",
"appointment-scheduling",
"appointment-management-system",
"appointment-scheduler",
"appointment-api",
"calendly",
"cal.com"
],
"author": "https://github.com/vickyRathee",
"license": "MIT",
"bugs": {
"url": "https://github.com/dayschedule/dayschedule-widget/issues"
},
"homepage": "https://dayschedule.com/widget",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.9"
}
}