UNPKG

edifact_orders_iso_16033

Version:

parser for EDIFACT ORDERS ISO 16033 Ophthalmic optics and instruments

39 lines (38 loc) 961 B
{ "name": "edifact_orders_iso_16033", "version": "1.1.9", "description": "parser for EDIFACT ORDERS ISO 16033 Ophthalmic optics and instruments ", "main": "./src/orders16033.js", "scripts": { "test": "mocha && npx markdown-doctest", "testjunit": "mocha --reporter mocha-junit-reporter", "exSimpleOrder": "node ./example/simple_order.js", "builddoc": "documentation build *.js -f md -o api.md" }, "author": "Marc Nicole", "license": "ISC", "dependencies": { "edifact": "^1.2.8", "lodash": "^4.17.20", "markdown-doctest": "^1.1.0" }, "directories": { "test": "test" }, "devDependencies": { "chai": "^4.2.0", "chai-things": "^0.2.0", "doctest": "^0.17.1", "mocha": "^8.1.3", "mocha-junit-reporter": "^2.0.0" }, "repository": { "type": "git", "url": "git@nvgitlab.nova.local:MarcNicole/test_edifact.git" }, "keywords": [ "edifact", "16033", "ophtalmic" ] }