UNPKG

atna-audit

Version:

Assists in the creation of ATNA audit trail messages for IHE profiles.

37 lines (36 loc) 989 B
{ "name": "atna-audit", "version": "1.0.1", "description": "Assists in the creation of ATNA audit trail messages for IHE profiles.", "main": "index.js", "scripts": { "pretest": "npm run gen:rng", "test": "tap --cov --reporter=spec tests/**.js", "gen:rng": "sed 's/#.*//' dicom.rnc > temp.rnc && trang temp.rnc dicom.rng && rm temp.rnc", "cov": "npm run test:code -- --coverage-report=lcov", "test:upload-cov": "tap --coverage-report=lcov && codecov" }, "author": "Jembi Health Systems NPC", "license": "MPL-2.0", "dependencies": { "js2xmlparser": "^1.0.0" }, "devDependencies": { "codecov": "^1.0.1", "eslint": "^1.7.3", "tap": "^5.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/jembi/atna-audit.git" }, "keywords": [ "atna", "audit", "ihe" ], "bugs": { "url": "https://github.com/jembi/atna-audit/issues" }, "homepage": "https://github.com/jembi/atna-audit#readme" }