{
  "name": "@tuwaio/nova-core",
  "version": "0.5.1",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "Layer 6 (L6) of the TUWA Ecosystem. Foundational package with styling primitives, CSS variables, base React components, and helper utilities.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./dist/index.css": "./dist/index.css"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "react",
    "tailwindcss",
    "design-system",
    "ui-kit",
    "hooks",
    "utils",
    "tuwa"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/nova-uikit.git",
    "directory": "packages/nova-core"
  },
  "homepage": "https://github.com/TuwaIO/nova-uikit",
  "bugs": {
    "url": "https://github.com/TuwaIO/nova-uikit/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "peerDependencies": {
    "@radix-ui/react-dialog": "1.x.x",
    "@web3icons/react": ">=4",
    "@web3icons/common": ">=0.11",
    "clsx": "2.x.x",
    "framer-motion": "12.x.x",
    "react": ">=19.2.3",
    "tailwind-merge": "3.x.x"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.3.3",
    "@tailwindcss/vite": "^4.3.3",
    "@types/react": "^19.2.18",
    "@radix-ui/react-dialog": "^1.1.23",
    "@web3icons/react": "^4.1.20",
    "@web3icons/common": "^0.11.49",
    "autoprefixer": "^10.5.4",
    "clsx": "^2.1.1",
    "framer-motion": "^13.1.0",
    "postcss": "^8.5.26",
    "postcss-cli": "^11.0.1",
    "react": "^19.2.8",
    "tailwindcss": "^4.3.3",
    "tailwind-merge": "^3.6.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsup && pnpm exec postcss ./src/styles/variables.css -o ./dist/index.css"
  }
}