mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
17 lines
343 B
JSON
17 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": {
|
|
}
|
|
}
|