{
  "name": "tenoxui",
  "version": "1.0.0",
  "description": "Core component of tenoxui",
  "author": "NOuSantx <nousantx@gmail.com>",
  "license": "MIT",
  "keywords": [
    "css-framework",
    "tenoxui",
    "ui-library",
    "utility-first",
    "frontend"
  ],
  "homepage": "https://tenoxui.web.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tenoxui/tenoxui.git",
    "directory": "packages/tenoxui"
  },
  "bugs": {
    "url": "https://github.com/tenoxui/tenoxui/issues"
  },
  "files": [
    "dist/*",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "browser": "./dist/bundle.iife.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js"
    }
  },
  "scripts": {
    "dev": "vite build --watch",
    "build:main": "vite build",
    "build:bundle": "vite build --config vite.config-bundle.ts",
    "build": "pnpm build:main && pnpm build:bundle && cp ./.temp/* ./dist && rm temp -fr",
    "test": "vitest run",
    "test:watch": "vitest",
    "type:check": "tsc --noEmit",
    "type:build": "tsc --declaration --emitDeclarationOnly --outDir dist",
    "build:prod": "pnpm type:check && pnpm build && pnpm type:build"
  },
  "peerDependencies": {
    "@tenoxui/core": ">=2.0.0",
    "@tenoxui/moxie": ">=0.7.0"
  },
  "devDependencies": {
    "@tenoxui/core": "2.0.2",
    "@tenoxui/moxie": "^0.7.1",
    "typescript": "^5.7.3",
    "vite": "^6.2.3",
    "vitest": "^3.0.5"
  },
  "dependencies": {
    "@tenoxui/types": "^0.1.2"
  }
}
