File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @pretextbook/latex-pretext" ,
33 "version" : " 0.0.1" ,
4+ "description" : " Tools for working with PreTeXt documents in LaTeX format" ,
5+ "author" : " Oscar Levin" ,
6+ "license" : " MIT" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/PreTeXtBook/pretext-tools.git"
10+ },
11+ "bugs" : {
12+ "url" : " https://github.com/PreTeXtBook/pretext-tools/issues"
13+ },
14+ "homepage" : " https://github.com/PreTeXtBook/pretext-tools/packages/latex-pretext#readme" ,
415 "private" : false ,
5- "type" : " commonjs " ,
16+ "type" : " module " ,
617 "main" : " ./src/index.js" ,
18+ "module" : " ./src/index.js" ,
719 "types" : " ./src/index.d.ts" ,
820 "dependencies" : {
921 "@unified-latex/unified-latex" : " ^1.8.3" ,
1022 "@unified-latex/unified-latex-to-pretext" : " ^1.8.3" ,
1123 "tslib" : " ^2.3.0"
24+ },
25+ "publishConfig" : {
26+ "access" : " public"
1227 }
1328}
You can’t perform that action at this time.
0 commit comments