{
    "name": "fundamental-styles",
    "version": "0.41.4",
    "description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
    "keywords": [
        "sap",
        "fundamental-styles",
        "design-system",
        "component-library",
        "css-framework",
        "html-css-components",
        "ui-library",
        "sap-design",
        "accessible",
        "wcag",
        "theming",
        "responsive",
        "ai-friendly",
        "bem",
        "framework-agnostic"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/SAP/fundamental-styles.git"
    },
    "files": [
        "/dist"
    ],
    "author": "",
    "license": "Apache-2.0",
    "homepage": "https://sap.github.io/fundamental-styles/",
    "peerDependencies": {
        "@fundamental-styles/common-css": "0.41.4",
        "@sap-theming/theming-base-content": "^11.35.0"
    },
    "exports": {
        "./dist/js/*": {
            "types": "./dist/js/*.d.ts",
            "default": "./dist/js/*.mjs"
        },
        "./dist/*.css": {
            "default": "./dist/*.css"
        },
        "./dist/*": {
            "default": "./dist/*"
        }
    }
}