{
    "name": "@sandlada/mdk",
    "version": "3.0.0-20260624.c",
    "type": "module",
    "keywords": [
        "material-design",
        "material",
        "design-kit",
        "styles"
    ],
    "author": "Kai-Orion & Sandlada",
    "license": "MIT",
    "description": "A JavaScript library based on Material Design 3, providing data such as color, shape, shadow level, etc.",
    "publishConfig": {
        "access": "public"
    },
    "main": "./build/index.js",
    "module": "./build/index.js",
    "types": "./build/index.d.ts",
    "exports": {
        ".": {
            "default": "./build/index.js",
            "import": "./build/index.js",
            "require": "./build/index.js",
            "types": "./build/index.d.ts"
        }
    },
    "scripts": {
        "test": "vitest",
        "test:ui": "vitest --ui",
        "test:run": "vitest run"
    },
    "files": [
        "./build/**/*"
    ],
    "devDependencies": {
        "@typescript/native-preview": "^7.0.0-dev.20260613.1",
        "tslib": "^2.8.1",
        "typescript": "^6.0.3",
        "vite": "^8.0.16",
        "vitest": "^4.1.8"
    }
}
