-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
40
41
42
{
"name": "@istex/istex-merge",
"version": "2.3.1",
"description": "Library to build merged documents and generate Hal TEIs from them.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"ISTEX"
],
"repository": {
"type": "git",
"url": "git+https://github.com/istex/istex-merge.git"
},
"author": "INIST",
"license": "CECILL-2.1",
"bugs": {
"url": "https://github.com/istex/istex-merge/issues"
},
"homepage": "https://github.com/istex/istex-merge#readme",
"dependencies": {
"corhal-config": "github:istex/corhal-config",
"lodash": "^4.17.21",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-promise": "^6.0.0",
"fs-extra": "^10.1.0",
"mocha": "^9.1.3",
"rewire": "^3.0.2"
},
"volta": {
"node": "14.19.3",
"npm": "8.12.1"
}
}