-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "uw-proskomma",
"version": "1.0.0",
"description": "A Subclass of Proskomma for Unfolding Word",
"main": "dist/index.js",
"scripts": {
"test": "node_modules/tape/bin/tape src/test/code/*.js | node_modules/tap-summary/bin/cmd.js",
"rawTest": "node_modules/tape/bin/tape src/test/code/*.js",
"oneTest": "node_modules/tape/bin/tape src/test/code/$TESTSCRIPT.js",
"coverage": "node_modules/nyc/bin/nyc.js node_modules/tape/bin/tape src/test/code/*.js | node_modules/tap-nyc/bin/cmd.js",
"build": "babel src -d dist",
"prepublishOnly": "rm -fr dist && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-box3/uw-proskomma-rcl"
},
"keywords": [
"Scripture"
],
"author": "Mark Howe",
"license": "MIT",
"bugs": {
"url": "https://github.com/unfoldingWord-box3/uw-proskomma-rcl/issues"
},
"homepage": "https://github.com/unfoldingWord-box3/uw-proskomma-rcl#readme",
"dependencies": {
"@babel/core": "^7.17.10",
"d3-dsv": "^3.0.1",
"deepcopy": "^2.1.0",
"path": "^0.12.7",
"proskomma": "^0.9.3",
"xregexp": "^5.1.1"
},
"devDependencies": {
"axios": "^0.21.4",
"@babel/cli": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"babel-eslint": "^10.1.0",
"babel-tape-runner": "^3.0.0",
"fs-extra": "^9.0.1",
"js-yaml-parser": "^1.0.0",
"nyc": "^15.1.0",
"tap-nyc": "^1.0.3",
"tap-summary": "^4.0.0",
"tape": "^5.0.1"
}
}