{
  "name": "@vendure-io/design-tokens",
  "version": "1.2.0",
  "description": "Design tokens and Tailwind v4 CSS theme for the Vendure design system",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://github.com/vendurehq/design/tree/main/packages/design-tokens",
  "repository": {
    "type": "git",
    "url": "https://github.com/vendurehq/design.git",
    "directory": "packages/design-tokens"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/tokens/index.d.ts",
      "default": "./dist/tokens/index.js"
    },
    "./css/variables": "./src/css/variables.css",
    "./css/theme": "./src/css/theme.css"
  },
  "files": [
    "dist",
    "src/css",
    "README.md"
  ],
  "dependencies": {
    "tailwindcss": "^4.1.18",
    "@tailwindcss/typography": "^0.5.16",
    "tw-animate-css": "1.4.0",
    "shadcn": "^3.8.5"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "generate": "bun scripts/generate-css.ts",
    "check-freshness": "bun scripts/generate-css.ts && git diff --exit-code src/css/",
    "lint": "biome check src/",
    "check-types": "tsc --noEmit"
  }
}
