{
  "name": "@tenoxui/core",
  "version": "3.2.0",
  "description": "A powerful and extensible utility-first css framework engine",
  "author": "NOuSantx <nousantx@gmail.com>",
  "license": "MIT",
  "keywords": [
    "css",
    "plugin",
    "framework",
    "css-in-js",
    "atomic-css",
    "utility-first",
    "css-framework",
    "atomic-css-engine"
  ],
  "type": "module",
  "homepage": "https://tenoxui.web.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tenoxui/tenoxui.git",
    "directory": "packages/@tenoxui-core"
  },
  "bugs": {
    "url": "https://github.com/tenoxui/tenoxui/issues"
  },
  "files": [
    "dist/*",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "types": "./dist/index.d.mts",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "browser": "./dist/index.iife.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "dev": "tsdown --watch src",
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "type:check": "tsc -b --noEmit",
    "build:prod": "pnpm type:check && pnpm build --minify --sourcemap"
  },
  "devDependencies": {
    "@types/node": "catalog:",
    "typescript": "catalog:",
    "tsdown": "catalog:",
    "vitest": "catalog:"
  }
}
