-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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": "@amermathsoc/mathjax-unicode-math",
"main": "./js/unicode-math.js",
"type": "module",
"version": "2.0.1",
"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": "standard-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-full/components/bin/makeAll --mjs components"
},
"devDependencies": {
"jsdom": "19.0.0",
"mathjax-full": "4.0.0-beta.4",
"mathjax-stix2-font": "4.0.0-beta.4",
"standard-version": "9.5.0",
"terser-webpack-plugin": "5.3.9",
"typescript": "^5.1.3",
"typescript-tools": "^0.3.1",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
}
}