{
  "name": "@archetypeai/ds-lib-tokens",
  "version": "0.13.0",
  "description": "Archetype AI Design System Tokens",
  "type": "module",
  "exports": {
    ".": "./theme.css",
    "./theme.css": "./theme.css",
    "./colors.css": "./colors.css",
    "./fonts.css": "./fonts.css"
  },
  "files": [
    "theme.css",
    "colors.css",
    "fonts.css",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "rm -rf dist && mkdir -p dist && cp theme.css colors.css fonts.css package.json LICENSE dist/ && cp ../docs/DS-LIB-TOKENS.md dist/README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archetypeai/design-system.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "design-system",
    "design-tokens",
    "tailwindcss",
    "css-variables",
    "oklch",
    "shadcn-svelte",
    "archetypeai",
    "physicalai"
  ],
  "license": "MIT",
  "peerDependencies": {
    "tailwindcss": "^4.0.0"
  }
}
