@cumulus/errors
Version:
Provides error classes for Cumulus
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "@cumulus/errors",
"version": "21.2.0",
"description": "Provides error classes for Cumulus",
"keywords": [
"GIBS",
"CUMULUS",
"NASA"
],
"engines": {
"node": ">=20.12.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/nasa/cumulus/tree/master/packages/errors",
"repository": {
"type": "git",
"url": "https://github.com/nasa/cumulus"
},
"scripts": {
"clean": "git clean -d -x -e node_modules -f",
"test": "../../node_modules/.bin/ava",
"test:ci": "../../scripts/run_package_ci_unit.sh",
"test:coverage": "../../node_modules/.bin/nyc npm test",
"prepare": "npm run tsc",
"tsc": "../../node_modules/.bin/tsc",
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles",
"coverage": "python ../../scripts/coverage_handler/coverage.py"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"lodash": "~4.17.21"
},
"gitHead": "696befd260527f74a8a5bfb92f9511b455a23388"
}