mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
16 lines
442 B
JSON
16 lines
442 B
JSON
{
|
|
"name": "overleaf-error-type",
|
|
"version": "1.0.0",
|
|
"description": "Make custom error types that pass `instanceof` checks, have stack traces and support custom messages and properties.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --require test/support"
|
|
},
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"chai": "^3.3.0",
|
|
"mocha": "^6.1.4"
|
|
}
|
|
}
|