-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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
54
55
56
57
58
59
60
{
"name": "@digitallinguistics/ling-md",
"version": "0.2.3",
"description": "A JS library to convert linguistics-flavored markdown to HTML.",
"keywords": [
"linguistics",
"markdown"
],
"homepage": "https://github.com/digitallinguistics/ling-md#readme",
"bugs": "https://github.com/digitallinguistics/ling-md/issues",
"license": "MIT",
"author": {
"name": "Daniel W. Hieber",
"url": "https://github.com/dwhieb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitallinguistics/ling-md.git"
},
"main": "index.js",
"type": "module",
"scripts": {
"stop-only": "stop-only --file index.test.js",
"test": "node --test"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@digitallinguistics/eslint-config": "^0.5.2",
"@eslint/js": "^9.9.0",
"@stylistic/eslint-plugin-js": "^2.6.4",
"chai": "^5.1.1",
"eslint": "^9.9.0",
"stop-only": "^3.4.0"
},
"dependencies": {
"@digitallinguistics/dlx2html": "^0.4.0",
"@digitallinguistics/scription2dlx": "0.14.1",
"@mdit/plugin-alert": "^0.13.1",
"@mdit/plugin-attrs": "^0.13.1",
"@mdit/plugin-dl": "^0.13.1",
"@mdit/plugin-footnote": "^0.13.1",
"@mdit/plugin-ins": "^0.13.1",
"@mdit/plugin-mark": "^0.13.1",
"@mdit/plugin-mathjax": "^0.13.1",
"@mdit/plugin-sub": "^0.13.1",
"@mdit/plugin-sup": "^0.13.1",
"@mdit/plugin-tasklist": "^0.13.1",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-for-inline": "^2.0.1",
"markdown-it-ib": "^2.0.0",
"markdown-it-table-captions": "^1.0.4",
"markdown-it-toc-done-right": "^4.2.0"
}
}