{
  "name": "@kopexa/grc",
  "version": "18.5.0",
  "description": "GRC (Governance, Risk, Compliance) components for Kopexa",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kopexa-grc/sight.git",
    "directory": "packages/grc"
  },
  "keywords": [
    "kopexa",
    "grc",
    "governance",
    "risk",
    "compliance",
    "react",
    "components"
  ],
  "author": "Kopexa GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kopexa-grc/sight/issues"
  },
  "homepage": "https://github.com/kopexa-grc/sight#readme",
  "peerDependencies": {
    "react": ">=19.0.0-rc.0",
    "react-dom": ">=19.0.0-rc.0",
    "react-intl": "^7.1.14",
    "@kopexa/theme": "18.5.0",
    "@kopexa/tiptap": "18.5.0",
    "@kopexa/sight": "18.5.0"
  },
  "dependencies": {
    "@kopexa/krn": "^1.0.1",
    "@kopexa/react-utils": "18.5.0",
    "@kopexa/shared-utils": "18.5.0",
    "@kopexa/i18n": "18.5.0",
    "@kopexa/icons": "18.5.0"
  },
  "clean-package": "../../clean-package.config.json",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup src --dts",
    "build:fast": "tsup src",
    "dev": "pnpm build:fast --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit",
    "i18n:extract": "formatjs extract \"src/**/*.{ts,tsx}\" --ignore \"**/*.test.*\" \"**/*.stories.*\" --format simple --out-file ../core/i18n/tmp/$npm_package_name.en.json"
  }
}