-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 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
{
"name": "bahai-reflib-data",
"version": "0.17.0",
"author": "Brett Zamir <brettz9@yahoo.com>",
"contributors": [],
"description": "Host information on the official Bahá'í Reference Library",
"license": "MIT",
"keywords": [],
"type": "module",
"main": "./src/index-node.js",
"exports": {
"import": "./src/index-node.js",
"browser": "./src/index-browser.js",
"default": "./src/index.js"
},
"browserslist": [
"defaults, not op_mini all"
],
"scripts": {
"start": "static -p 8008",
"build-data": "node tools/index.js",
"eslint": "eslint .",
"lint": "npm run eslint --",
"mocha": "mocha --require chai/register-expect.js --delay test",
"test": "c8 npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahaidev/bahai-reflib-data.git"
},
"bugs": {
"url": "https://github.com/bahaidev/bahai-reflib-data/issues"
},
"homepage": "https://github.com/bahaidev/bahai-reflib-data",
"engines": {
"node": ">=22.16.0"
},
"dependencies": {
"file-fetch": "^2.0.1"
},
"devDependencies": {
"@brettz9/node-static": "^0.1.1",
"c8": "^10.1.3",
"chai": "^6.2.0",
"eslint": "^9.38.0",
"eslint-config-ash-nazg": "39.5.0",
"jsdom": "^27.0.1",
"mocha": "^11.7.4",
"node-fetch": "^3.3.2",
"promise-throttle": "^1.1.2"
}
}