{
  "name": "@genesislcap/web-core",
  "description": "Genesis Foundation Web Core",
  "version": "14.472.0",
  "sideEffects": false,
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/esm/index.js",
  "types": "dist/dts/index.d.ts",
  "scripts": {
    "api:extract": "api-extractor run",
    "build": "genx build -b ts && npm run build:webpack",
    "build:webpack": "genx build",
    "circular": "npx -y madge --extensions ts --circular ./src",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "genx dev -b ts",
    "lint": "genx lint -l ox",
    "lint:fix": "genx lint -l ox --fix"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  },
  "dependencies": {
    "@microsoft/fast-colors": "5.3.1",
    "@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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/foundation/web-core"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9518c7fe66db1d4ceafe5555d6e9ded4dd9b249c"
}
