{
  "name": "@ui5/webcomponents-react-cli",
  "description": "CLI for UI5 Web Components for React",
  "author": "SAP SE (https://www.sap.com)",
  "license": "Apache-2.0",
  "version": "2.26.3",
  "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"
  },
  "bin": {
    "ui5-wcr": "./dist/bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UI5/webcomponents-react",
    "directory": "packages/cli"
  },
  "scripts": {
    "clean": "rimraf dist"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "CLAUDE.md"
  ],
  "dependencies": {
    "dedent": "1.7.2"
  },
  "gitHead": "8a60534c9433a1ce5a9633eaa3894ce7c1ce067b"
}
