quosdolorem
Version:
The MongoDB Shell
29 lines (28 loc) • 975 B
JSON
{
"name": "@mongosh/errors",
"version": "0.0.0-dev.0",
"description": "MongoDB Shell Errors Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/mongosh"
},
"engines": {
"node": ">=12.4.0"
},
"scripts": {
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 --colors -r ts-node/register \"./*.spec.ts\"",
"test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./*.spec.ts\"",
"lint": "eslint --report-unused-disable-directives \"./*.{js,ts,tsx}\"",
"check": "npm run lint",
"compile-ts": "tsc -p tsconfig.json",
"prepublish": "npm run compile-ts",
"generate-error-overview": "ts-node scripts/extract-errors.ts .. ../../error-overview.md"
}
}