{
  "name": "@cumulus/errors",
  "version": "20.3.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",
    "prepare": "npm run tsc",
    "tsc": "../../node_modules/.bin/tsc",
    "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "gitHead": "0d3a61cd0185f62360b3e8ab6e59f69e93ac7410"
}
