{
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "test": "vitest run",
    "test-w": "vitest"
  },
  "devDependencies": {
    "@types/node": "^20.12.9",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "author": "illia.chaban.8@gmail.com",
  "license": "MIT",
  "keywords": [
    "tailwind",
    "tw",
    "ts",
    "tailwind-merge",
    "tw-merge",
    "css-merge",
    "style-merge"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/illiaChaban/tw-merge"
  },
  "files": [
    "dist/**/*"
  ],
  "name": "@illlia/css-merge",
  "version": "0.0.2",
  "description": "css-merge is a tiny package to compose css classes on the 'last class wins' basis",
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}
