{
  "name": "@cornerstonejs/codec-charls",
  "version": "1.2.7",
  "description": "WASM Build of CharLS",
  "main": "dist/charlsjs.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "package.json",
    "README.md",
    "dist"
  ],
  "engines": {
    "node": ">=0.14"
  },
  "exports": {
    ".": "./dist/charlsjs.js",
    "./wasm": "./dist/charlswasm.wasm",
    "./wasmjs": "./dist/charlswasm.js",
    "./decode": "./dist/charlsjs_decode.js",
    "./decodewasm": "./dist/charlswasm_decode.wasm",
    "./decodewasmjs": "./dist/charlswasm_decode.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "vitest run",
    "test:ci": "pnpm run test",
    "test:watch": "vitest",
    "test:benchmark": "cd test/node; node index.js -- --iterations=200",
    "build": "bash build.sh",
    "build:ci": "pnpm run build",
    "docker:build": "bash ../../tools/docker/build.sh charls",
    "prepublishOnly": "pnpm run build",
    "bench": "vitest bench --run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cornerstonejs/codecs.git",
    "directory": "packages/charls"
  },
  "keywords": [
    "JPEG",
    "JPEGLS",
    "CharLS",
    "JPEG-LS",
    "DICOM"
  ],
  "author": "Chris Hafey <chafey@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chafey/charls-js/issues"
  },
  "homepage": "https://github.com/chafey/charls-js#readme"
}
