{
  "name": "@genesislcap/foundation-entity-management",
  "description": "Genesis Foundation Entity Management",
  "version": "15.2.1",
  "sideEffects": false,
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/esm/index.js",
  "types": "dist/foundation-entity-management.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "config": {
    "PORT": 5080
  },
  "genx": {
    "app": {
      "rootElement": "foundation-entity-management"
    },
    "federation": {
      "remotes": [
        "@genesislcap/foundation-zero"
      ]
    }
  },
  "scripts": {
    "build": "genx build -b ts",
    "build:webpack": "genx build",
    "build:webpack:stats": "genx analyze",
    "circular": "npx -y madge --extensions ts --circular ./src",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "genx dev -b webpack",
    "dev:ts": "genx dev -b ts",
    "dev:no-open": "genx dev --no-open -b webpack",
    "dev:https": "genx dev --https -b webpack",
    "serve": "genx serve",
    "test": "genx test",
    "test:coverage": "genx test --coverage",
    "test:coverage:browser": "genx test --coverage --browser",
    "_test:e2e": "genx test --e2e",
    "test:e2e:debug": "genx test --e2e --debug",
    "test:e2e:ui": "genx test --e2e --interactive",
    "test:unit:browser": "genx test --browser",
    "test:unit:browser:watch": "genx test --browser --watch",
    "test:unit:watch": "genx test --watch",
    "test:debug": "genx test --debug",
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  },
  "devDependencies": {
    "@genesislcap/foundation-testing": "15.2.1",
    "@genesislcap/genx": "15.2.1",
    "@genesislcap/rollup-builder": "15.2.1",
    "@genesislcap/ts-builder": "15.2.1",
    "@genesislcap/uvu-playwright-builder": "15.2.1",
    "@genesislcap/vite-builder": "15.2.1",
    "@genesislcap/webpack-builder": "15.2.1"
  },
  "peerDependencies": {
    "@ag-grid-community/core": "29.2.0",
    "ag-grid-community": "36.0.0"
  },
  "dependencies": {
    "@genesislcap/foundation-ai": "15.2.1",
    "@genesislcap/foundation-auth": "15.2.1",
    "@genesislcap/foundation-comms": "15.2.1",
    "@genesislcap/foundation-errors": "15.2.1",
    "@genesislcap/foundation-events": "15.2.1",
    "@genesislcap/foundation-forms": "15.2.1",
    "@genesislcap/foundation-logger": "15.2.1",
    "@genesislcap/foundation-notifications": "15.2.1",
    "@genesislcap/foundation-ui": "15.2.1",
    "@genesislcap/foundation-utils": "15.2.1",
    "@genesislcap/foundation-zero": "15.2.1",
    "@genesislcap/foundation-zero-grid-pro": "15.2.1",
    "@genesislcap/grid-pro": "15.2.1",
    "@genesislcap/web-core": "15.2.1",
    "change-case": "^4.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/foundation/foundation-mf/foundation-entity-management"
  },
  "publishConfig": {
    "access": "public"
  },
  "customElements": "dist/custom-elements.json",
  "exports": {
    ".": {
      "types": "./dist/foundation-entity-management.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./react": {
      "types": "./dist/dts/react.d.ts",
      "import": "./dist/react.mjs",
      "require": "./dist/react.cjs"
    }
  },
  "gitHead": "3917f3dc0bb5f4487bd30b37360fa0cddda92f0c"
}
