-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.69 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "hebcal-web",
"version": "3.2.0",
"description": "Hebcal server-side Node.js for www.hebcal.com and download.hebcal.com",
"repository": {
"type": "git",
"url": "git+https://github.com/hebcal/hebcal-web.git"
},
"bugs": {
"url": "https://github.com/hebcal/hebcal-web/issues"
},
"homepage": "https://github.com/hebcal/hebcal-web#readme",
"config": {
"sprite": "sprite13.svg",
"csprite": "color-icons4.svg",
"clientapp": "hebcal-app-5.1.3.min.js"
},
"type": "module",
"engines": {
"node": ">= 20.0.0"
},
"files": [],
"scripts": {
"dev": "node src/app-www.js",
"build": "exit 0",
"deploy": "./deploy.sh",
"start": "node dist/app-www.js",
"protoc": "protoc --proto_path=src --js_out=import_style=commonjs,binary:src src/download.proto && mv src/download_pb.js src/download_pb.cjs",
"test": "echo \"OK: no test specified\" && exit 0"
},
"keywords": [
"hebcal"
],
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"license": "BSD-2-Clause",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"bootstrap5-autocomplete": "^1.1.34",
"csv-parse": "^5.6.0",
"eslint": "^9.16.0",
"eslint-plugin-n": "^17.14.0",
"globals": "^15.13.0",
"rollup": "^4.28.1"
},
"dependencies": {
"@hebcal/core": "^5.8.3",
"@hebcal/geo-sqlite": "^5.1.0",
"@hebcal/hdate": "^0.12.0",
"@hebcal/icalendar": "^6.1.1",
"@hebcal/learning": "^5.1.2",
"@hebcal/leyning": "^9.0.2",
"@hebcal/locales": "^5.0.2",
"@hebcal/rest-api": "^6.1.0",
"@hebcal/triennial": "^6.0.1",
"better-sqlite3": "^11.7.0",
"dayjs": "^1.11.13",
"ejs": "^3.1.10",
"emoji-flag": "^1.1.0",
"etag": "^1.8.1",
"fastest-levenshtein": "^1.0.16",
"geo-tz": "^8.1.2",
"geolite2-redist": "^3.1.1",
"google-protobuf": "^3.21.4",
"haversine": "^1.1.1",
"http-errors": "^2.0.0",
"ini": "^5.0.0",
"koa": "^2.15.3",
"koa-better-response-time": "^1.3.0",
"koa-bodyparser": "^4.4.1",
"koa-compress": "^5.1.1",
"koa-conditional-get": "^3.0.0",
"koa-ejs": "^4.3.0",
"koa-error": "^3.2.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"koa-timeout-v2": "^1.0.0",
"maxmind": "^4.3.23",
"murmurhash3": "^0.5.0",
"mysql2": "^3.11.5",
"nodemailer": "^6.9.16",
"nodemailer-html-to-text": "^3.2.0",
"pdfkit": "^0.15.1",
"pino": "^9.5.0",
"probe-image-size": "^7.2.3",
"quick-lru": "^7.0.0",
"random-bigint": "0.0.1",
"transliteration": "^2.3.5",
"ulid": "^2.3.0",
"uuid-random": "^1.3.2"
}
}