overleaf/libraries/o-error/package.json

17 lines
496 B
JSON
Raw Normal View History

2018-03-07 16:42:39 +00:00
{
2019-07-08 10:35:29 +00:00
"name": "@overleaf/o-error",
2019-07-26 16:14:56 +00:00
"version": "2.1.0",
2019-07-08 10:35:29 +00:00
"description": "Make custom error types that pass `instanceof` checks, have stack traces, support custom messages and properties, and can wrap causes (like VError).",
2018-03-07 16:42:39 +00:00
"main": "index.js",
"scripts": {
"test": "mocha --require test/support"
},
2018-04-21 22:24:23 +00:00
"author": "Overleaf (https://www.overleaf.com)",
"license": "MIT",
2019-07-08 12:22:49 +00:00
"repository": "github:overleaf/o-error",
2018-03-07 16:42:39 +00:00
"devDependencies": {
"chai": "^3.3.0",
2019-07-01 10:35:24 +00:00
"mocha": "^6.1.4"
2018-03-07 16:42:39 +00:00
}
}