{
  "name": "@frontierjs/css",
  "version": "0.16.5",
  "description": "FrontierJS CSS — a minimal, composable, semantics-first design system for Svelte/Vite/UnoCSS apps",
  "type": "module",
  "scripts": {
    "demo": "bun demo/serve.js",
    "test": "bun test/run.js",
    "build": "bun build.js && bun run build:vocabulary",
    "build:vocabulary": "bun build-vocabulary.js",
    "prepublishOnly": "bun run build && bun run test",
    "typecheck": "node ../../scripts/typecheck.mjs"
  },
  "main": "./src/index.css",
  "style": "./src/index.css",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": "./src/index.css",
    "./index.css": "./src/index.css",
    "./utilities.css": "./src/utilities.css",
    "./foundation/*.css": "./src/foundation/*.css",
    "./themes/*.css": "./src/themes/*.css",
    "./components/*.css": "./src/components/*.css",
    "./patterns/*.css": "./src/patterns/*.css",
    "./a11y/*.css": "./src/a11y/*.css",
    "./bundle.css": "./dist/frontier.css",
    "./bundle.min.css": "./dist/frontier.min.css",
    "./vocabulary.json": "./vocabulary.json",
    "./vocabulary.js": "./vocabulary.js"
  },
  "files": [
    "src",
    "dist",
    "vocabulary.js",
    "vocabulary.json",
    "AGENTS.md"
  ],
  "devDependencies": {
    "@frontierjs/toolbelt": "0.1.5"
  },
  "keywords": [
    "frontierjs",
    "css",
    "design-system",
    "svelte"
  ],
  "license": "MIT",
  "author": "FrontierJS",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frontierJS/frontierjs.git",
    "directory": "packages/css"
  },
  "homepage": "https://github.com/frontierJS/frontierjs/tree/main/packages/css#readme",
  "bugs": {
    "url": "https://github.com/frontierJS/frontierjs/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
