mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 19:01:00 +00:00
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": {
|
|
}
|
|
}
|