-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 993 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
36
37
38
39
{
"name": "scripture-guide",
"version": "1.0.58",
"description": "A utility for biblical and scripture reference parsing that enables structured queries based on strings of traditional scripture references (e.g. John 3:16). ",
"main": "scriptures-compiled.js",
"scripts": {
"start": "node test.js",
"test": "node test.js",
"build": "babel scriptures.js --out-file scriptures-compiled.js"
},
"author": "",
"license": "ISC",
"homepage": "https://scripture.guide",
"repository": {
"type": "git",
"url": "git://github.com/kckern/ScriptureGuideUtils.git"
},
"keywords": [
"bible",
"old testament",
"new testament",
"scripture",
"reference",
"parsing",
"query",
"search",
"structured",
"string",
"lds",
"book of mormon",
"doctrine and covenants",
"pearl of great price"
],
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2"
}
}