-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 851 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
39
{
"name": "slot-calculator",
"version": "2.2.1",
"description": "Calculate time slots for your users to choose from.",
"homepage": "https://github.com/huzaifahj/slot-calculator",
"keywords": [
"slots",
"time-slots",
"time-slot",
"schedule",
"scheduler",
"availability",
"unavailability",
"calendar",
"appointment",
"booking",
"calendly"
],
"main": "dist/index.js",
"scripts": {
"dev": "vitest",
"test": "vitest run",
"prepare": "tsc",
"docs": "typedoc --out docs index.ts"
},
"author": "Huzaifah Jearally",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"luxon": "^2.4.0"
},
"devDependencies": {
"@types/luxon": "^2.3.2",
"ts-node": "^10.9.1",
"typedoc": "^0.22.17",
"typescript": "^4.7.3",
"vitest": "^0.14.2"
}
}