-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "bahaiwritings",
"version": "0.44.2",
"description": "The Baha'i Writings in JSON format",
"type": "module",
"scripts": {
"eslint": "eslint .",
"lint": "npm run eslint",
"mocha": "mocha --require test/bootstrap/node.js --require chai/register-assert.js test/bahaiwritingsTests.js",
"node": "npm run eslint && npm run mocha",
"delay": "delay 5",
"start": "static -p 8082",
"open-only": "open-cli http://127.0.0.1:8082/test/",
"open-only-delayed": "run-s delay open-only",
"open": "run-p start open-only-delayed",
"browser-test": "run-s eslint open"
},
"engines": {
"node": ">=14.13.0"
},
"repository": {
"type": "git",
"url": "git@github.com:bahaidev/bahaiwritings.git"
},
"author": "Brett Zamir",
"contributors": [],
"keywords": [
"bahai",
"textbrowser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bahaidev/bahaiwritings/issues"
},
"homepage": "https://github.com/bahaidev/bahaiwritings",
"devDependencies": {
"@brettz9/node-static": "^0.1.1",
"ajv": "8.17.1",
"chai": "^5.1.1",
"delay-cli": "^2.0.0",
"eslint": "^9.11.1",
"eslint-config-ash-nazg": "^36.17.1",
"json-metaschema": "1.3.0",
"json-refs": "^3.0.15",
"mocha": "^10.7.3",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"simple-get-json": "^10.0.0",
"textbrowser-data-schemas": "^0.2.0"
}
}