Newer
Older
"description": "pushes catalog.json to solr via HTTP json",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha",
"commit": "node ./commit-to-solr.js --config ./config.json",
"generate": "node random.js",
"deposit": "node ro-crate-deposit.js --repo ../ocfl-nginx/test_repos/repo_ocfl --name ocfl_demo output/*",
"clean": "rm -rf ./output",
"clean-repo": "rm -rf ../ocfl-nginx/test_repos/repo_ocfl"
"repository": {
"type": "git",
"url": "https://code.research.uts.edu.au/eresearch/solr-catalog.git"
},
"keywords": [
"solr",
"datacrate"
],
"author": "Moises",
"license": "GPL-3.0-or-later",
"dependencies": {
"datacrate": "git+https://code.research.uts.edu.au/eresearch/datacrate.git#random_as_library",
PTSEFTON
committed
"random-date-generator": "^1.0.2",
"random-word": "^2.0.0",
PTSEFTON
committed