{
  "name": "jpeg-lossless-decoder-js",
  "version": "2.1.2",
  "description": "A JavaScript JPEG Lossless decoder.",
  "type": "module",
  "main": "release/cjs/lossless.cjs",
  "module": "release/lossless.js",
  "types": "release/lossless.d.ts",
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-mocha": "^10.4.1",
    "eslint-plugin-prettier": "^5.1.3",
    "tsup": "^8.0.2",
    "typescript": "^5.4.3",
    "vitest": "^1.4.0"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.13.0"
  },
  "scripts": {
    "test": "vitest run",
    "build": "tsup",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rii-mango/JPEGLosslessDecoderJS.git"
  },
  "keywords": [
    "JavaScript",
    "JPEG",
    "Lossless",
    "Decoder",
    "DICOM",
    "1.2.840.10008.1.2.4.57",
    "1.2.840.10008.1.2.4.70"
  ],
  "author": [
    "Michael Martinez",
    "Helmut Dersch"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rii-mango/JPEGLosslessDecoderJS/issues"
  },
  "homepage": "https://github.com/rii-mango/JPEGLosslessDecoderJS"
}
