mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
19bb96bb20
Decaf log parsers GitOrigin-RevId: 71c44b8ac86f7fd980b0547a4c5d49651a31d977
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"name": "@overleaf/latex-log-parser",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"lint": "echo noop",
|
|
"format": "echo noop",
|
|
"test:ci": "echo noop",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "sh ./bin/compile.sh"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
}
|
|
}
|