{
  "name": "@design-parity/adapter-bundle",
  "version": "1.1.0",
  "description": "Image-bundle reference adapter: resolves a committed directory or .zip of reference PNGs plus a manifest.json (linked via design-map.json) and normalizes to a DesignReference. Covers any design tool with no read API or HTML export — just a dump of exported images.",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --build",
    "test": "vitest run --root ../../.. packages/adapters/bundle/test"
  },
  "dependencies": {
    "@design-parity/core": "1.1.0",
    "fflate": "0.8.3"
  },
  "devDependencies": {
    "@design-parity/diff": "1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yschimke/design-parity.git",
    "directory": "packages/adapters/bundle"
  },
  "homepage": "https://github.com/yschimke/design-parity/tree/main/packages/adapters/bundle#readme",
  "bugs": "https://github.com/yschimke/design-parity/issues"
}
