UNPKG

@cumulus/hyrax-metadata-updates

Version:
70 lines (69 loc) 2.05 kB
{ "name": "@cumulus/hyrax-metadata-updates", "version": "22.0.0", "description": "Update granule metadata with hooks to OPeNDAP URL", "main": "index.js", "directories": { "test": "tests" }, "homepage": "https://github.com/nasa/cumulus/tree/master/tasks/hyrax-metadata-updates", "repository": { "type": "git", "url": "https://github.com/nasa/cumulus", "directory": "tasks/hyrax-metadata-updates" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=22.21.1" }, "scripts": { "generate-task-schemas": "npx generate-task-schemas . files", "build": "rm -rf dist && mkdir dist && npm run generate-task-schemas && 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": { "files": [ "tests/*.js" ], "failFast": true, "serial": true, "verbose": true, "timeout": "15m" }, "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { "@cumulus/aws-client": "22.0.0", "@cumulus/cmr-client": "22.0.0", "@cumulus/cmrjs": "22.0.0", "@cumulus/common": "22.0.0", "@cumulus/cumulus-message-adapter-js": "2.4.0", "@cumulus/errors": "22.0.0", "lodash": "^4.18.1", "xml2js": "0.6.2" }, "devDependencies": { "@cumulus/schemas": "22.0.0", "jsonwebtoken": "^9.0.0", "nock": "^12.0.1", "rewire": "^6.0.0" }, "bugs": { "url": "https://github.com/nasa/cumulus/issues" }, "keywords": [ "hyrax", "OPeNDAP", "metadata", "update" ], "gitHead": "9e71ff618aa8f0662309096b94253423c639bad9" }