forked from Adventech/sabbath-school-lessons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 915 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
{
"name": "sabbath-school-lessons",
"version": "1.0.0",
"description": "",
"main": "compile.js",
"dependencies": {
"@actions/core": "^1.5.0",
"axios": "^0.21.1",
"danger": "^10.6.0",
"ent": "^2.2.0",
"fast-xml-parser": "^4.3.2",
"firebase-admin": "^9.4.2",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"js-yaml": "^4.1.0",
"markdownlint": "^0.22.0",
"meta-marked": "^0.5.0",
"moment": "^2.29.1",
"optimist": "^0.6.1",
"@firebase/database-compat": "0.1.2"
},
"scripts": {
"compile": "node ./deploy -b test -l en -q 2021-02"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Adventech/sabbath-school-lessons.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adventech/sabbath-school-lessons/issues"
},
"homepage": "https://github.com/Adventech/sabbath-school-lessons#readme"
}