-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.43 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
49
50
51
52
53
{
"name": "cwrc-public-entity-dialogs",
"version": "3.0.0",
"description": "Dialogs for the CWRC-Writer that lookup people, places, organizations, and publications in public authority files.",
"keywords": [
"xml",
"rdf",
"editing",
"linked",
"data"
],
"homepage": "https://github.com/cwrc/CWRC-PublicEntityDialogs#readme",
"bugs": {
"url": "https://github.com/cwrc/CWRC-PublicEntityDialogs/issues"
},
"license": "GPL-2.0",
"contributors": [
"James Chartrand <[email protected]>",
"Andrew MacDonald <[email protected]>",
"Luciano Frizzera <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/cwrc/CWRC-PublicEntityDialogs.git"
},
"main": "src/index.js",
"scripts": {
"cm": "git-cz",
"test": "jest",
"report-coverage": "cat ./coverage/coverage-final.json | codecov",
"docs": "jsdoc2md src/index.js > API.md",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"dependencies": {
"bootstrap": "^3.4.1",
"broadcast-channel": "^4.2.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"codecov": "^3.8.3",
"commitizen": "^4.2.4",
"eslint": "^7.32.0",
"git-cz": "^4.7.6",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jsdoc-to-markdown": "^7.0.1",
"semantic-release": "^17.4.4"
}
}