-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@teipublisher/pb-eleventy-plugin",
"version": "0.10.0",
"description": "An eleventy plugin to embed a static copy of TEI files transformed via TEI Publisher",
"homepage": "",
"main": "index.js",
"scripts": {
"start": "DEBUG=tei-publisher eleventy --serve",
"build": "DEBUG=tei-publisher eleventy",
"build.all": "TP_NO_CACHE=true DEBUG=tei-publisher eleventy",
"bump": "npm --no-git-tag-version version",
"clean": "rimraf .cache _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eeditiones/tei-publisher-eleventy.git"
},
"keywords": [
"TEI Publisher",
"TEI",
"XML"
],
"author": {
"name": "e-editiones.org",
"url": "https://e-editiones.org"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/eeditiones/tei-publisher-eleventy/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@types/axios": "^0.14.0",
"rimraf": "^4.4.1"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"axios": "^1.3.5",
"jsdom": "^21.1.1",
"luxon": "^3.3.0",
"mkdirs": "^1.0.0"
}
}