UNPKG

1.01 kBJSONView Raw
1{
2 "name": "dayschedule-widget",
3 "version": "1.2.0",
4 "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",
5 "main": "dist/dayschedule-widget.js",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "test": "npx playwright test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/dayschedule/dayschedule-widget.git"
15 },
16 "keywords": [
17 "scheduling",
18 "calendar",
19 "appointment",
20 "booking",
21 "appointment-scheduling",
22 "appointment-management-system",
23 "appointment-scheduler",
24 "appointment-api",
25 "calendly",
26 "cal.com"
27 ],
28 "author": "https://github.com/vickyRathee",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/dayschedule/dayschedule-widget/issues"
32 },
33 "homepage": "https://dayschedule.com/widget",
34 "devDependencies": {
35 "@playwright/test": "^1.39.0",
36 "@types/node": "^20.8.9"
37 }
38}