2018-03-07 11:42:39 -05:00
{
2019-07-08 06:35:29 -04:00
"name" : "@overleaf/o-error" ,
2019-07-26 12:14:56 -04:00
"version" : "2.1.0" ,
2019-07-08 06:35:29 -04: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 11:42:39 -05:00
"main" : "index.js" ,
"scripts" : {
2020-04-17 03:43:08 -04:00
"lint" : "eslint ." ,
2018-03-07 11:42:39 -05:00
"test" : "mocha --require test/support"
} ,
2018-04-21 18:24:23 -04:00
"author" : "Overleaf (https://www.overleaf.com)" ,
"license" : "MIT" ,
2019-07-08 08:22:49 -04:00
"repository" : "github:overleaf/o-error" ,
2018-03-07 11:42:39 -05:00
"devDependencies" : {
"chai" : "^3.3.0" ,
2020-04-17 03:43:08 -04:00
"eslint" : "^6.8.0" ,
"eslint-config-prettier" : "^6.10.1" ,
"eslint-plugin-chai-expect" : "^2.1.0" ,
"eslint-plugin-chai-friendly" : "^0.5.0" ,
"eslint-plugin-mocha" : "^6.3.0" ,
"eslint-plugin-prettier" : "^3.1.3" ,
"mocha" : "^7.1.1" ,
"prettier" : "^2.0.2"
2018-03-07 11:42:39 -05:00
}
}