-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (36 loc) · 1.05 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
{ "name": "anno-doi-bot-23",
"version": "1.0.1",
"description": "DOI registration bot for web annotations, optimized for use by the Heidelberg University Library.",
"keywords": [
"annotation",
"doi",
"web annotation"
],
"author": "Heidelberg University Library (https://www.ub.uni-heidelberg.de/)",
"homepage": "https://github.com/UB-Heidelberg/anno-doi-bot-23/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/UB-Heidelberg/anno-doi-bot-23.git"
},
"bugs": {
"url": "https://github.com/UB-Heidelberg/anno-doi-bot-23/issues"
},
"contributors": [
"M.K. (https://github.com/mk-pmb)"
],
"private": false, "license": "MIT",
"scripts": {
"sh": "\"$@\""
},
"eslintConfig": { "extends": "nodejs-pmb" },
"dependencies": {
"enveval2401-pmb": "^0.1.0",
"nodemjs": "^0.1.14"
},
"devDependencies": {
"eslint-config-nodejs-pmb": "^0.3.5",
"eslint-plugin-json-light-pmb": "^1.0.7",
"eslint-plugin-n": "^15.2.4"
},
"engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }
}