{
  "name": "@musallam/photoshop-client",
  "version": "4.3.1",
  "description": "TypeScript client library for Adobe Photoshop API",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "adobe",
    "photoshop",
    "photoshop-api",
    "typescript",
    "sdk",
    "client"
  ],
  "author": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@musallam/ims-client": "*",
    "axios": "^1.12.2"
  }
}
