{
  "name": "@recastui/themes",
  "version": "0.19.1",
  "description": "Recastui Design System component themes with Tailwindcss and CVA",
  "homepage": "https://github.com/seed-blocks/recastui/packages/themes",
  "bugs": "https://github.com/seed-blocks/recastui/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seed-blocks/recastui.git"
  },
  "keywords": [
    "Recastui",
    "react",
    "themes",
    "tailwindcss-themes",
    "component-library",
    "component-themes",
    "white-label",
    "design-system",
    "white-label",
    "tailwindcss"
  ],
  "author": "Praney Behl <hello@recastui.com> (https://recastui.com)",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "devDependencies": {
    "eslint": "^7.32.0",
    "tsup": "^6.5.0",
    "typescript": "^4.9.5",
    "eslint-config-recastui": "0.3.0",
    "@recastui/tsconfig": "0.3.0"
  },
  "dependencies": {
    "class-variance-authority": "^0.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "TIMING=1 eslint \"src/**/*.ts*\"",
    "clean": "rm -rf .turbo && rm -rf node_modules",
    "check-types": "tsc --noEmit"
  }
}