{
  "name": "pds2img",
  "version": "0.2.0",
  "license": "MIT",
  "description": "NASA Planetary Data System (PDS) to Image conversion library.",
  "type": "module",
  "author": {
    "name": "Logue",
    "email": "logue@hotmail.co.jp",
    "url": "https://logue.dev/"
  },
  "homepage": "https://github.com/logue/pds2img",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/logue/pds2img.git"
  },
  "bugs": {
    "url": "https://github.com/logue/pds2img/issues"
  },
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "pds2img": "./bin/pds2img"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "rslib build",
    "format": "prettier --write .",
    "lint": "rslint",
    "test": "rstest",
    "test:watch": "rstest --watch"
  },
  "devDependencies": {
    "@rslib/core": "^0.22.0",
    "@rslint/core": "^0.5.3",
    "@rstest/adapter-rsbuild": "^0.10.3",
    "@rstest/core": "^0.10.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@tsconfig/node-lts": "^24.0.0",
    "@types/node": "^25.9.1",
    "happy-dom": "^20.10.1",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.9.10",
    "commander": "^15.0.0"
  }
}