UNPKG

@wearemothership/dicom-character-set

Version:

Converts bytes of encoded DICOM text to Javascript DOMString

90 lines (89 loc) 3.09 kB
{ "name": "@wearemothership/dicom-character-set", "version": "1.0.4-opt.1", "description": "Converts bytes of encoded DICOM text to Javascript DOMString", "main": "dist/dicom-character-set.min.js", "module": "dist/dicom-character-set.min.js", "engines": { "node": ">=10" }, "source": "src/index.js", "files": [ "dist/*.min.js*" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "DICOM", "medical", "imaging", "character", "encoding" ], "author": "Bryan Cool", "homepage": "https://github.com/radialogica/dicom-character-set", "license": "MIT", "bugs": { "url": "https://github.com/radialogica/dicom-character-set" }, "repository": { "type": "git", "url": "https://github.com/radialogica/dicom-character-set.git" }, "scripts": { "build": "npm run test && npm run version && npm run webpack", "clean": "npm run clean:dist && npm run clean:coverage", "clean:coverage": "shx rm -rf coverage", "clean:dist": "shx rm -rf dist", "eslint": "eslint -c .eslintrc.js src", "eslint-fix": "eslint -c .eslintrc.js --fix src", "eslint-quiet": "eslint -c .eslintrc.js --quiet src", "start": "npm run webpack", "test": "npm run test:chrome", "test:all": "npm run test:chrome && npm run test:firefox", "test:chrome": "karma start config/karma/karma-chrome.js", "test:firefox": "karma start config/karma/karma-firefox.js", "test:node": "./node_modules/.bin/mocha --reporter spec", "test:watch": "karma start config/karma/karma-watch.js", "version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js", "watch": "npm run webpack:watch", "webpack": "npm run clean:dist && npm run webpack:prod && npm run webpack:dev", "webpack:dev": "webpack --progress --config ./config/webpack/webpack-dev", "webpack:prod": "webpack --progress --config ./config/webpack/webpack-prod", "webpack:watch": "webpack --progress --debug --watch --config ./config/webpack", "prepare": "npm run build" }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "chai": "^4.1.2", "coveralls": "^3.0.0", "eslint": "^4.10.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.8.0", "istanbul": "^0.4.5", "istanbul-instrumenter-loader": "^3.0.0", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.1", "karma-mocha": "^1.3.0", "karma-webpack": "^5.0.0", "lodash": "^4.17.11", "mocha": "^4.0.1", "opn-cli": "^3.1.0", "puppeteer": "^1.2.0", "rusha": "^0.8.6", "shx": "^0.2.2", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^5.26.0", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.5.0" } }