{
  "name": "@juristr/tusky-design",
  "version": "1.2.0",
  "description": "Tusky Design System components",
  "author": "Juri Strumpflohner",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/juristr/tusky-design.git"
  },
  "bugs": {
    "url": "https://github.com/juristr/tusky-design/issues"
  },
  "homepage": "https://github.com/juristr/tusky-design#readme",
  "keywords": [
    "design-system",
    "components",
    "ui"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "nx": {
    "tags": [
      "scope:shared",
      "type:ui"
    ]
  },
  "devDependencies": {
    "@storybook/addon-vitest": "^10.1.0",
    "@vitest/browser": "^3.2.4",
    "playwright": "^1.57.0"
  },
  "dependencies": {
    "clsx": "^2.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test-storybook": "vitest --config=vitest.config.storybook.ts --run"
  }
}