{
  "name": "@genesislcap/foundation-login",
  "description": "Genesis Foundation Login",
  "version": "14.470.0",
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/esm/index.js",
  "types": "dist/foundation-login.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "config": {
    "PORT": 5031
  },
  "genx": {
    "app": {
      "rootElement": "foundation-login"
    },
    "federation": {
      "remotes": [
        "@genesislcap/foundation-zero"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/foundation-login.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./e2e": {
      "default": "./test/e2e/index.ts"
    },
    "./package.json": "./package.json",
    "./react": {
      "types": "./dist/dts/react.d.ts",
      "import": "./dist/react.mjs",
      "require": "./dist/react.cjs"
    }
  },
  "typesVersions": {
    "*": {
      "e2e": [
        "./test/e2e/index.ts"
      ]
    }
  },
  "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: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": "14.470.0",
    "@genesislcap/genx": "14.470.0",
    "@genesislcap/rollup-builder": "14.470.0",
    "@genesislcap/ts-builder": "14.470.0",
    "@genesislcap/uvu-playwright-builder": "14.470.0",
    "@genesislcap/vite-builder": "14.470.0",
    "@genesislcap/webpack-builder": "14.470.0"
  },
  "dependencies": {
    "@genesislcap/foundation-comms": "14.470.0",
    "@genesislcap/foundation-i18n": "14.470.0",
    "@genesislcap/foundation-logger": "14.470.0",
    "@genesislcap/foundation-ui": "14.470.0",
    "@genesislcap/foundation-utils": "14.470.0",
    "@genesislcap/foundation-zero": "14.470.0",
    "@microsoft/fast-components": "2.30.6",
    "@microsoft/fast-element": "1.14.0",
    "@microsoft/fast-foundation": "2.50.0",
    "@microsoft/fast-router": "0.4.8",
    "@microsoft/fast-web-utilities": "5.4.1",
    "lodash": "^4.17.21"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/foundation/foundation-mf/foundation-login"
  },
  "publishConfig": {
    "access": "public"
  },
  "customElements": "dist/custom-elements.json",
  "gitHead": "c222968b05dd3bb5db608222696b1f59a1c65913"
}
