-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 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
44
{
"name": "@amermathsoc/mathjax-unicode-math",
"main": "./js/unicode-math.js",
"type": "module",
"version": "3.0.0",
"description": "MathJax TeX input extension reimplementing (parts of) the unicode-math package",
"keywords": [
"MathJax",
"TeX",
"unicode-math"
],
"license": "Apache-2.0",
"contributors": [
"Peter Krautzberger (https://github.com/pkra)",
"David Jones (https://github.com/davidmjones)"
],
"repository": {
"type": "git",
"url": "git://github.com/AmerMathSoc/mathjax-unicode-math"
},
"homepage": "https://github.com/AmerMathSoc/mathjax-unicode-math/",
"bugs": {
"url": "https://github.com/AmerMathSoc/mathjax-unicode-math/issues"
},
"scripts": {
"release": "commit-and-tag-version",
"fromTeX": "cd bin && perl make_maps && perl make_test",
"pretest": "npx tsc",
"test": "node test/base.js && node test/corrections.js",
"build": "npx tsc && node ./node_modules/@mathjax/src/components/bin/makeAll --mjs components"
},
"devDependencies": {
"jsdom": "19.0.0",
"@mathjax/src": "4.0.0-rc.4",
"@mathjax/mathjax-stix2-font": "v4.0.0-rc.4",
"commit-and-tag-version": "12.5.1",
"terser-webpack-plugin": "5.3.14",
"typescript": "5.8.3",
"typescript-eslint": "8.33.1",
"typescript-tools": "0.3.1",
"webpack": "5.99.9",
"webpack-cli": "5.1.4"
}
}