mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"name": "@morten-olsen/goodwrites-latex",
|
|
"main": "./dist/index.js",
|
|
"devDependencies": {
|
|
"@types/marked": "^4.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@morten-olsen/goodwrites": "workspace:^",
|
|
"html-entities": "^2.3.3",
|
|
"marked": "^4.0.12",
|
|
"node-latex": "^3.1.0",
|
|
"stream": "^0.0.2"
|
|
}
|
|
}
|