{
  "_from": "tailwind-merge@^2.4.0",
  "_id": "tailwind-merge@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==",
  "_location": "/tailwind-merge",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tailwind-merge@^2.4.0",
    "name": "tailwind-merge",
    "escapedName": "tailwind-merge",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz",
  "_shasum": "1345209dc1f484f15159c9180610130587703042",
  "_spec": "tailwind-merge@^2.4.0",
  "_where": "/Users/thomastargino/Projects/TEST-CAPPEN",
  "author": {
    "name": "Dany Castillo"
  },
  "bugs": {
    "url": "https://github.com/dcastil/tailwind-merge/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Merge Tailwind CSS classes without style conflicts",
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.14.1",
    "@typescript-eslint/parser": "^7.14.1",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "babel-plugin-polyfill-regenerator": "^0.6.2",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.6.0",
    "globby": "^11.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.2",
    "rollup": "^4.18.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^6.1.1",
    "ts-jest": "^29.1.5",
    "tslib": "^2.6.3",
    "typescript": "^5.5.2",
    "zx": "^8.1.3"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "require": "./dist/bundle-cjs.js",
      "import": "./dist/bundle-mjs.mjs",
      "default": "./dist/bundle-mjs.mjs"
    },
    "./es5": {
      "types": "./dist/types.d.ts",
      "require": "./dist/es5/bundle-cjs.js",
      "import": "./dist/es5/bundle-mjs.mjs",
      "default": "./dist/es5/bundle-mjs.mjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/dcastil"
  },
  "homepage": "https://github.com/dcastil/tailwind-merge",
  "keywords": [
    "tailwindcss",
    "tailwind",
    "css",
    "classes",
    "className",
    "classList",
    "merge",
    "conflict",
    "override"
  ],
  "license": "MIT",
  "main": "./dist/bundle-cjs.js",
  "name": "tailwind-merge",
  "publishConfig": {
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcastil/tailwind-merge.git"
  },
  "scripts": {
    "build": "rollup --config scripts/rollup.config.mjs",
    "lint": "eslint --max-warnings 0 '**'",
    "postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi",
    "preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi",
    "test": "jest test --config scripts/jest.config.mjs --coverage",
    "test:exports": "node scripts/test-built-package-exports.cjs && node scripts/test-built-package-exports.mjs",
    "test:watch": "jest test --config scripts/jest.config.mjs --watch",
    "version": "zx scripts/update-readme.mjs"
  },
  "sideEffects": false,
  "source": "src/index.ts",
  "types": "./dist/types.d.ts",
  "version": "2.4.0"
}
