-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "hebcal-shabbat-email",
"version": "4.1.2",
"description": "Weekly shabbat times email subscription management for hebcal.com",
"engines": {
"node": ">= 20.0.0"
},
"type": "module",
"scripts": {
"build": "tsc",
"test": "echo \"OK: no test specified\" && exit 0",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"prepare": "npm run build",
"pretest": "npm run build",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hebcal/hebcal-shabbat-email.git"
},
"keywords": [
"hebcal"
],
"author": "Michael J. Radwin (https://github.com/hebcal)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/hebcal/hebcal-shabbat-email/issues"
},
"homepage": "https://github.com/hebcal/hebcal-shabbat-email#readme",
"devDependencies": {
"@types/fs-ext": "^2.0.3",
"@types/html-to-text": "^9.0.4",
"@types/ini": "^4.1.1",
"@types/node": "22.9.0",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer-html-to-text": "^3.1.3",
"gts": "^5.3.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.689.0",
"@hebcal/core": "^5.8.0",
"@hebcal/geo-sqlite": "^5.0.6",
"@hebcal/icalendar": "^6.0.2",
"@hebcal/rest-api": "^6.0.2",
"better-sqlite3": "^11.5.0",
"csv-parse": "^5.5.6",
"dayjs": "^1.11.13",
"fs-ext": "^2.1.1",
"html-to-text": "^9.0.5",
"ini": "^5.0.0",
"minimist": "^1.2.8",
"murmurhash3": "^0.5.0",
"mysql2": "^3.11.4",
"nodemailer": "^6.9.16",
"nodemailer-html-to-text": "^3.2.0",
"pino": "^9.5.0"
}
}