{
  "name": "idml",
  "version": "0.1.59",
  "type": "module",
  "main": "./dist/cjs/main.js",
  "module": "./dist/esm/main.js",
  "types": "./dist/esm/main.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/main.js",
      "import": "./dist/esm/main.js"
    }
  },
  "files": [
    "dist/cjs",
    "dist/esm"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "inject-idml-plain": "echo \"export const IDML_PLAIN = '$(base64 -i src/assets/IDML_PLAIN.idml)';\" > src/assets/IDML_PLAIN.ts",
    "generate-cmyk-lut": "node scripts/generate-cmyk-lut.mjs",
    "build": "npm run build:esm && npm run build:cjs && node scripts/postbuild.mjs",
    "prepack": "npm run build",
    "build:esm": "tsc --module ESNext --outDir dist/esm",
    "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
    "watch": "npm-watch",
    "idml:test": "(cd test && zip -r ../test.idml .)"
  },
  "watch": {
    "build": {
      "patterns": [
        "src/**/*.ts"
      ],
      "extensions": [
        "ts"
      ],
      "ignore": [
        "node_modules",
        "src/assets/IDML_PLAIN.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ElyaConrad/idml.git"
  },
  "bugs": {
    "url": "https://github.com/ElyaConrad/idml/issues"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@bluepic/core": "^0.2.43",
    "@bluepic/types": "^0.6.27",
    "@types/color": "^4.2.0",
    "@types/fontkit": "^2.0.7",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.24",
    "@types/node": "^22.7.9",
    "@types/opentype.js": "^1.3.8",
    "@types/sharp": "^0.31.1",
    "@types/svg-arc-to-cubic-bezier": "^3.2.3",
    "lcms-wasm": "^1.0.5",
    "npm-watch": "^0.13.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "@bluepic/core": "^0.2.9",
    "skia-canvas": "^3.0.8"
  },
  "peerDependenciesMeta": {
    "@bluepic/core": {
      "optional": true
    },
    "skia-canvas": {
      "optional": true
    }
  },
  "dependencies": {
    "client-zip": "^2.4.5",
    "color": "^4.2.3",
    "compressorjs": "^1.3.0",
    "css-expression": "^0.0.8",
    "file-type": "^21.2.0",
    "fontkit": "^2.0.4",
    "image-type": "^6.0.0",
    "inline-style-parser": "^0.2.4",
    "linkedom": "^0.18.12",
    "lodash": "^4.17.21",
    "opentype.js": "^1.3.4",
    "sharp": "^0.33.5",
    "svg-arc-to-cubic-bezier": "^3.2.0",
    "svg-path-commander": "^2.1.5",
    "transformation-matrix": "^3.1.0",
    "unzipit": "^1.4.3",
    "uuid": "^11.0.3"
  }
}
