{
  "name": "@ui5/webcomponents-cypress-commands",
  "description": "Cypress Custom Commands and Queries for UI5 Web Components",
  "author": "SAP SE (https://www.sap.com)",
  "license": "Apache-2.0",
  "version": "2.25.1",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UI5/webcomponents-react",
    "directory": "packages/cypress-commands"
  },
  "scripts": {
    "clean": "rimraf dist api-commands.json api-queries.json"
  },
  "peerDependencies": {
    "@ui5/webcomponents": "~2.25.0",
    "@ui5/webcomponents-base": "~2.25.0",
    "cypress": "^12 || ^13 || ^14 || ^15"
  },
  "peerDependenciesMeta": {
    "@ui5/webcomponents": {
      "optional": true
    },
    "@ui5/webcomponents-base": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "CLAUDE.md"
  ],
  "gitHead": "08f9543bf949dc082503a534ec6a2ed10a96edf0"
}
