{
  "name": "@amaster.ai/bpm-ui",
  "version": "1.1.63",
  "description": "BPM task management UI components - My Tasks, My History, Approve Task",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./i18n": {
      "types": "./dist/i18n/index.d.ts",
      "import": "./dist/i18n/index.js",
      "require": "./dist/i18n/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "bpm",
    "camunda",
    "workflow",
    "tasks",
    "approval",
    "react",
    "ui",
    "typescript"
  ],
  "author": "Amaster Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@amaster.ai/bpm-client": "1.1.63"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "i18next": "^23.0.0",
    "react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0"
  },
  "devDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "i18next": "^23.16.8",
    "react-i18next": "^15.4.1",
    "@types/react": "^18.3.17",
    "@types/react-dom": "^18.3.5",
    "tsup": "^8.3.5",
    "typescript": "~5.7.2"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist *.tsbuildinfo",
    "type-check": "tsc --noEmit"
  }
}