{
  "name": "@adobe-uxp-types/photoshop",
  "type": "module",
  "version": "0.1.7",
  "author": "Hans Otto Wirtz <hansottowirtz@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/bubblydoo/uxp-toolkit/tree/main/packages/types-photoshop",
  "repository": {
    "type": "git",
    "url": "https://github.com/bubblydoo/uxp-toolkit.git"
  },
  "exports": {
    ".": {
      "types": "./src/index.d.ts"
    },
    "./with-protocol": {
      "types": "./src/with-protocol.d.ts"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./src/index.d.ts",
  "files": [
    "src/**/*.d.ts"
  ],
  "peerDependencies": {
    "@adobe-uxp-types/uxp": "0.1.3"
  },
  "devDependencies": {
    "@types/node": "^20.8.7",
    "typescript": "^5.8.3",
    "vitest": "^4.0.18",
    "@adobe-uxp-types/uxp": "0.1.3",
    "@bubblydoo/tsconfig": "0.0.3"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "docs-json": "typedoc --json docs.json"
  }
}