overleaf/libraries/o-error/package.json
John Lees-Miller 9725b1bf0c Bump to 2.0.0
2019-07-08 11:52:59 +01:00

15 lines
453 B
JSON

{
"name": "@overleaf/o-error",
"version": "2.0.0",
"description": "Make custom error types that pass `instanceof` checks, have stack traces, support custom messages and properties, and can wrap causes (like VError).",
"main": "index.js",
"scripts": {
"test": "mocha --require test/support"
},
"author": "Overleaf (https://www.overleaf.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^6.1.4"
}
}