UNPKG

onix-parser

Version:

Parse ONIX 3.0 XML files and extract structured product data for publishing and digital books

38 lines 823 B
{ "name": "onix-parser", "version": "1.0.43", "description": "Parse ONIX 3.0 XML files and extract structured product data for publishing and digital books", "main": "index.js", "scripts": { "test": "node test.js", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/henriesteves/onix-parser.git" }, "keywords": [ "onix", "xml", "parser", "publishing", "books", "ebook", "epub", "audiobook", "metadata", "isbn" ], "author": "Henrique Esteves", "license": "ISC", "bugs": { "url": "https://github.com/henriesteves/onix-parser/issues" }, "homepage": "https://github.com/henriesteves/onix-parser#readme", "dependencies": { "xml-mapping": "^1.7.2" }, "directories": { "lib": "lib" } }