@cumulus/hyrax-metadata-updates
Version:
Update granule metadata with hooks to OPeNDAP URL
70 lines (69 loc) • 2.05 kB
JSON
{
"name": "@cumulus/hyrax-metadata-updates",
"version": "20.1.2",
"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": ">=20.12.2"
},
"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": "20.1.2",
"@cumulus/cmr-client": "20.1.2",
"@cumulus/cmrjs": "20.1.2",
"@cumulus/common": "20.1.2",
"@cumulus/cumulus-message-adapter-js": "2.3.0",
"@cumulus/errors": "20.1.2",
"lodash": "^4.17.21",
"xml2js": "0.6.2"
},
"devDependencies": {
"@cumulus/schemas": "20.1.2",
"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": "051ef1428ac21105fd55370d15e26009f4b49f57"
}