{
  "name": "@vellira-ui/types",
  "version": "2.78.0",
  "description": "Shared TypeScript types for Vellira Design System",
  "keywords": [
    "vellira",
    "typescript",
    "types",
    "design-system",
    "react",
    "react-native",
    "ui"
  ],
  "author": "Roman Bakurov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vellira-dev/vellira.git",
    "directory": "packages/types"
  },
  "homepage": "https://vellira.dev",
  "bugs": {
    "url": "https://github.com/vellira-dev/vellira/issues"
  },
  "private": false,
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "vellira-source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "node --input-type=module -e \"import fs from 'node:fs'; fs.rmSync('dist', { recursive: true, force: true })\"",
    "build": "pnpm run clean && tsc -p tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "publishConfig": {
    "access": "public"
  }
}
