UNPKG

himarc

Version:

another marc21 analyzer in text format

30 lines (29 loc) 624 B
{ "name": "himarc", "version": "3.1.5", "description": "another marc21 analyzer in text format", "main": "src/himarc.js", "directories": { "test": "test" }, "scripts": { "test": "nyc --reporter=text --reporter=html mocha" }, "repository": { "type": "git", "url": "https://github.com/CIEPS/hiMarc.git" }, "keywords": [ "marc21" ], "author": "rmeja@issn.org", "license": "MIT", "devDependencies": { "chai": "^4.3.4", "mocha": "^9.0.1", "nyc": "^15.1.0" }, "dependencies": { "json-schema-himarc": "git+https://github.com/CIEPS/json-schema-himarc.git" } }