{
  "name": "@mirai/design-system",
  "version": "2.0.0",
  "private": true,
  "description": "MirAI design system — tokens, brand assets, and reference components for the ASK orchestration platform.",
  "keywords": [
    "design-system",
    "design-tokens",
    "shadcn",
    "tailwind",
    "storybook",
    "mirai",
    "ask"
  ],
  "author": "MirAI Design Systems <design-systems@mirai>",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/mirai/design-system",
  "repository": {
    "type": "git",
    "url": "https://github.com/mirai/design-system.git"
  },
  "bugs": {
    "url": "https://github.com/mirai/design-system/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "tokens:build": "style-dictionary build --config tokens/style-dictionary.config.js",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build -o storybook-static",
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
    "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,mdx,css}\"",
    "preview": "npx serve . -l 4000"
  },
  "dependencies": {
    "@cloudflare/pages-plugin-cloudflare-access": "^1.0.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@storybook/addon-a11y": "^8.4.0",
    "@storybook/addon-designs": "^8.0.4",
    "@storybook/addon-essentials": "^7.0.6",
    "@storybook/addon-themes": "^8.4.0",
    "@storybook/blocks": "^8.4.0",
    "@storybook/react": "^8.4.0",
    "@storybook/react-vite": "^8.4.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "eslint": "^9.0.0",
    "prettier": "^3.3.0",
    "storybook": "^8.4.0",
    "style-dictionary": "^4.0.0",
    "typescript": "^5.5.0",
    "vite": "^8.0.14"
  },
  "exports": {
    "./tokens.json": "./tokens/tokens.json",
    "./tokens.css": "./tokens/shadcn.css",
    "./tailwind.preset": "./tokens/tailwind.preset.js",
    "./assets/*": "./assets/*",
    "./css": "./colors_and_type.css"
  },
  "files": [
    "assets",
    "fonts",
    "tokens",
    "colors_and_type.css",
    "README.md",
    "LICENSE"
  ]
}
