@cumulus/test-data
Version:
Includes the test data for various packages
33 lines (32 loc) • 810 B
JSON
{
"name": "@cumulus/test-data",
"version": "20.3.0",
"description": "Includes the test data for various packages",
"keywords": [
"GIBS",
"CUMULUS",
"NASA"
],
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"prepare": "npm run tsc",
"tsc": "../../node_modules/.bin/tsc",
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
},
"homepage": "https://github.com/nasa/cumulus/tree/master/packages/test-data",
"repository": {
"type": "git",
"url": "https://github.com/nasa/cumulus"
},
"engines": {
"node": ">=20.12.2"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
"gitHead": "0d3a61cd0185f62360b3e8ab6e59f69e93ac7410"
}