UNPKG

@cumulus/logger

Version:
48 lines (47 loc) 1.2 kB
{ "name": "@cumulus/logger", "version": "20.3.0", "description": "A log library for use on 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/logger", "repository": { "type": "git", "url": "https://github.com/nasa/cumulus" }, "scripts": { "clean": "rm -rf dist", "test": "../../node_modules/.bin/ava", "test:coverage": "../../node_modules/.bin/nyc npm test", "test:ci": "../../scripts/run_package_ci_unit.sh", "prepare": "npm run tsc", "tsc": "../../node_modules/.bin/tsc", "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles", "coverage": "python ../../scripts/coverage_handler/coverage.py" }, "ava": { "timeout": "15m", "failFast": true }, "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { "lodash.iserror": "^3.1.1" }, "gitHead": "0d3a61cd0185f62360b3e8ab6e59f69e93ac7410" }