{
  "name": "@cumulus/hello-world",
  "version": "22.3.5",
  "description": "Example task",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "homepage": "https://github.com/nasa/cumulus/tree/master/tasks/hello-world",
  "repository": {
    "type": "git",
    "url": "https://github.com/nasa/cumulus",
    "directory": "tasks/hello-world"
  },
  "engines": {
    "node": ">=22.21.1"
  },
  "scripts": {
    "build": "rm -rf dist && mkdir dist && cp -R schemas dist/ && ../../node_modules/.bin/webpack",
    "clean": "rm -rf dist",
    "package": "npm run build && (cd dist && node ../../../bin/zip.js lambda.zip index.js schemas)",
    "test": "../../node_modules/.bin/ava",
    "test:ci": "../../scripts/run_package_ci_unit.sh",
    "test:coverage": "../../node_modules/.bin/nyc npm test",
    "watch": "rm -rf dist && mkdir dist && cp -R schemas dist/ && ../../node_modules/.bin/webpack --progress -w",
    "coverage": "python ../../scripts/coverage_handler/coverage.py"
  },
  "ava": {
    "serial": true,
    "timeout": "15m",
    "failFast": true
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@cumulus/aws-client": "22.3.5",
    "@cumulus/common": "22.3.5",
    "@cumulus/cumulus-message-adapter-js": "2.4.0"
  },
  "gitHead": "0264d66d8bfe67640f57754f62ac4f99c4904a80"
}
