{
  "name": "@genesislcap/foundation-i18n",
  "description": "Foundation components and services for Internationalization (i18n) support",
  "version": "14.472.0",
  "sideEffects": false,
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/esm/index.js",
  "types": "dist/foundation-i18n.d.ts",
  "config": {
    "PORT": 3020
  },
  "scripts": {
    "build": "genx build -b ts",
    "build:rollup": "genx build -b rollup",
    "build:webpack": "genx build",
    "build:vite": "genx build -b vite",
    "build:webpack:stats": "genx analyze",
    "circular": "npx -y madge --extensions ts --circular ./src",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "npm run dev:tsc",
    "dev:rollup": "genx dev -b rollup",
    "dev:tsc": "genx dev -b ts",
    "dev:webpack": "genx dev -b webpack",
    "serve": "genx serve",
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  },
  "devDependencies": {
    "@genesislcap/genx": "14.472.0",
    "@genesislcap/rollup-builder": "14.472.0",
    "@genesislcap/ts-builder": "14.472.0",
    "@genesislcap/uvu-playwright-builder": "14.472.0",
    "@genesislcap/vite-builder": "14.472.0",
    "@genesislcap/webpack-builder": "14.472.0"
  },
  "dependencies": {
    "@genesislcap/foundation-logger": "14.472.0",
    "@microsoft/fast-element": "1.14.0",
    "@microsoft/fast-foundation": "2.50.0",
    "i18next": "^20.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/foundation/foundation-i18n"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9518c7fe66db1d4ceafe5555d6e9ded4dd9b249c"
}
