{
  "name": "web-expressive",
  "version": "0.5.0",
  "description": "A standard-first frontend toolkit based on Material Expressive design language intent.",
  "author": "Arby (@mobalti)",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/mobalti/web-expressive.git"
  },
  "keywords": [
    "css",
    "design-system",
    "material",
    "material-3",
    "m3-expressive",
    "expressive",
    "ui",
    "theme",
    "tokens",
    "custom-properties",
    "web-standards"
  ],
  "files": [
    "dist"
  ],
  "exports": {
    "./core.css": "./dist/core.css",
    "./components/*": "./dist/components/*",
    "./schemes/*": "./dist/schemes/*"
  },
  "scripts": {
    "build": "vite build",
    "prepublishOnly": "npm run build",
    "format": "prettier --write \"lib/**/*.{css,js}\"",
    "format:check": "prettier --check \"lib/**/*.{css,js}\""
  },
  "devDependencies": {
    "glob": "^11.0.0",
    "prettier": "3.8.1",
    "prettier-plugin-css-order": "^2.2.0",
    "vite": "^8.0.0"
  }
}
