{
  "name": "@cumulus/message",
  "version": "22.3.4",
  "description": "Utilities for building and parsing Cumulus messages",
  "keywords": [
    "GIBS",
    "CUMULUS",
    "NASA"
  ],
  "engines": {
    "node": ">=22.21.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/nasa/cumulus/tree/master/packages/message",
  "repository": {
    "type": "git",
    "url": "https://github.com/nasa/cumulus"
  },
  "scripts": {
    "build-docs": "npm run clean && npm run tsc && ../../node_modules/.bin/jsdoc2md --heading-depth 3 -t templates/README.md.hbs *.js > README.md",
    "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",
    "build": "npm run tsc",
    "tsc": "../../node_modules/.bin/tsc",
    "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles",
    "watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'",
    "coverage": "python ../../scripts/coverage_handler/coverage.py"
  },
  "ava": {
    "files": [
      "tests/**"
    ],
    "verbose": true,
    "timeout": "15m",
    "failFast": true
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@cumulus/aws-client": "22.3.4",
    "@cumulus/common": "22.3.4",
    "@cumulus/errors": "22.3.4",
    "@cumulus/logger": "22.3.4",
    "@cumulus/types": "22.3.4",
    "jsonpath-plus": "^10.0.0",
    "lodash": "^4.18.1",
    "uuid": "^11.1.1"
  },
  "devDependencies": {},
  "gitHead": "c2f4f0dcb5e0cd52470ef2bb67a8088d762222a0"
}
