forked from hebcal/hebcal-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.73 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.73 KB
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
95
96
{
"name": "hebcal-web",
"version": "3.0.13",
"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": "sprite12.svg",
"csprite": "color-icons4.svg",
"clientapp": "hebcal-app-5.0.4.min.js",
"typeaheadcss": "typeahead2.css"
},
"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.1.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"corejs-typeahead": "^1.3.4",
"csv-parse": "^5.5.5",
"eslint": "^9.1.1",
"eslint-plugin-n": "^17.3.1",
"globals": "^15.0.0",
"jquery": "^3.7.1",
"rollup": "^4.16.4"
},
"dependencies": {
"@hebcal/core": "^5.3.2",
"@hebcal/geo-sqlite": "^5.0.4",
"@hebcal/hdate": "^0.9.1",
"@hebcal/icalendar": "^5.0.6",
"@hebcal/learning": "^5.0.7",
"@hebcal/leyning": "^8.1.9",
"@hebcal/locales": "^5.0.1",
"@hebcal/rest-api": "^5.0.4",
"@hebcal/triennial": "^5.0.5",
"better-sqlite3": "^9.5.0",
"dayjs": "^1.11.10",
"ejs": "^3.1.10",
"emoji-flag": "^1.1.0",
"etag": "^1.8.1",
"fastest-levenshtein": "^1.0.16",
"geo-tz": "^8.0.2",
"geolite2-redist": "^3.0.4",
"google-protobuf": "^3.21.2",
"haversine": "^1.1.1",
"http-errors": "^2.0.0",
"ini": "^4.1.2",
"koa": "^2.15.3",
"koa-better-response-time": "^1.2.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.18",
"murmurhash3": "^0.5.0",
"mysql2": "^3.9.7",
"nodemailer": "^6.9.13",
"nodemailer-html-to-text": "^3.2.0",
"pdfkit": "^0.15.0",
"pino": "^8.20.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"
}
}