UNPKG

@cumulus/ingest

Version:
71 lines (70 loc) 2.02 kB
{ "name": "@cumulus/ingest", "version": "20.2.0", "description": "Ingest utilities", "engines": { "node": ">=20.12.2" }, "scripts": { "build": "rm -rf dist && mkdir dist && npm run prepare", "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", "prepare": "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" }, "publishConfig": { "access": "public" }, "ava": { "files": [ "!test/fixtures/**/*" ], "timeout": "15m", "failFast": true }, "keywords": [ "GIBS", "CUMULUS", "NASA" ], "homepage": "https://github.com/nasa/cumulus/tree/master/packages/ingest#readme", "repository": { "type": "git", "url": "https://github.com/nasa/cumulus", "directory": "packages/ingest" }, "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { "@cumulus/aws-client": "20.2.0", "@cumulus/common": "20.2.0", "@cumulus/db": "20.2.0", "@cumulus/errors": "20.2.0", "@cumulus/logger": "20.2.0", "@cumulus/message": "20.2.0", "@cumulus/sftp-client": "20.2.0", "cksum": "^1.3.0", "encodeurl": "^1.0.2", "fs-extra": "^5.0.0", "is-ip": "^2.0.0", "is-valid-hostname": "^0.1.1", "jsftp": "https://github.com/jkovarik/jsftp.git#add_288", "lodash": "^4.17.21", "mime-types": "^2.1.22", "moment": "^2.30.1", "simplecrawler": "^1.1.9", "tough-cookie": "~4.0.0" }, "devDependencies": { "@cumulus/checksum": "20.2.0", "@cumulus/cmrjs": "20.2.0", "@cumulus/test-data": "20.2.0", "@cumulus/types": "20.2.0" }, "gitHead": "8afcafd2b63778a1ea666163aa268c2dfd7d60ec" }