-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.61 KB
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": "tei-lex-0",
"version": "1.0.0",
"description": "Repository for the TEI Lex-0 Schema and Guidelines (test version).",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"assets:images": "node scripts/copy-images.mjs",
"assets:minify": "node scripts/minify-assets.mjs",
"assets:odd": "node scripts/run-xproc.mjs",
"citation:cff": "node scripts/run-citation-cff.mjs",
"tei:resources": "node scripts/run-xproc-resources.mjs",
"assets:trang": "node scripts/run-trang.mjs",
"assets:unused": "node scripts/find-unused-media.mjs",
"build": "npm run assets:odd && npm run assets:minify && npm run assets:images",
"assets:watch": "node scripts/watch-assets.mjs",
"postprocess:html": "node scripts/postprocess-html.mjs",
"postprocess:html:dev": "node scripts/postprocess-html.mjs --mode=dev --sitemap=dev",
"links:check": "node scripts/check-internal-links.mjs",
"release:doctor": "node scripts/release-doctor.mjs",
"release:prepare": "node scripts/release-prepare.mjs",
"release:cut": "node scripts/release-cut.mjs",
"postprocess:watch": "node scripts/watch-postprocess-script.mjs",
"releases:index": "node scripts/generate-release-index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daliboris/tei-lex-0.git"
},
"keywords": [],
"author": "Toma Tasovac",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/daliboris/tei-lex-0/issues"
},
"homepage": "https://github.com/daliboris/tei-lex-0#readme",
"devDependencies": {
"chokidar": "^5.0.0",
"esbuild": "^0.27.2"
}
}