{
  "name": "@sandeep12.patil/sf-styles",
  "version": "0.0.13",
  "description": "Shared tokens, tailwind config, and styles for Steadfast Design Systems",
  "license": "MIT",
  "author": "Steadfast",
  "repository": {
    "type": "git",
    "url": "https://github.com/steadfast/steadfast-frontend.git",
    "directory": "sf-design-systems/sf-styles"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "design-system",
    "tokens",
    "tailwind",
    "scss",
    "steadfast"
  ],
  "files": [
    "dist",
    "src/scss"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./themes": {
      "import": "./dist/themes/index.mjs",
      "require": "./dist/themes/index.js",
      "types": "./dist/themes/index.d.ts"
    },
    "./tailwind": {
      "import": "./dist/tailwind/config.mjs",
      "require": "./dist/tailwind/config.js",
      "types": "./dist/tailwind/config.d.ts"
    },
    "./css/*": "./dist/css/*",
    "./scss/*": "./src/scss/*"
  },
  "devDependencies": {
    "@types/node": "^24.10.2",
    "sass": "^1.77.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@radix-ui/react-slot": "*",
    "class-variance-authority": "*",
    "clsx": "*",
    "tailwind-merge": "*",
    "tailwindcss": "*"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist"
  }
}