-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "sabbath-school-resources",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Adventech/sabbath-school-resources.git",
"author": "VitalikL <lim.vitaliy@gmail.com>",
"license": "MIT",
"type": "module",
"dependencies": {
"@Adventech/bible-tools": "^1.1.8",
"@Adventech/egw-tools": ">=1.0.9",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.10",
"fdir": "^5.3.0",
"firebase-admin": "^11.11.0",
"front-matter": "^4.0.2",
"fs-extra": "^10.1.0",
"image-size": "^1.0.2",
"js-yaml": "^4.1.0",
"jsonschema": "^1.4.1",
"marked": "^4.3.0",
"node-html-markdown": "^1.3.0",
"picomatch": "^3.0.1",
"sanitize-html": "^2.14.0",
"ttfmeta": "^1.1.2",
"turndown": "^7.1.2",
"yargs": "^17.7.2"
}
}