{
  "name": "classmax",
  "version": "0.0.7",
  "type": "module",
  "main": "dist/cjs/index.cjs.js",
  "module": "dist/es/index.es.js",
  "browser": "dist/umd/index.umd.js",
  "types": "dist/index.es.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.es.d.ts",
      "import": "./dist/es/index.es.js",
      "require": "./dist/umd/index.cjs.js"
    }
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "test": "vitest",
    "prepare": "husky",
    "benchmark": "tsx src/benchmark/benchmark.ts",
    "benchmark:gc": "node --expose-gc --import tsx/esm src/benchmark/benchmark.ts",
    "benchmark:simple": "tsx -e \"const {SimpleBenchmark} = require('./src/benchmark/benchmark.ts'); const {cm} = require('./src/lib/index.ts'); SimpleBenchmark.timeFunction('cm test', () => cm('test', 'class'), 1000000);\""
  },
  "devDependencies": {
    "@vitest/coverage-istanbul": "^4.0.1",
    "happy-dom": "^20.0.8",
    "husky": "^9.1.7",
    "istanbul-lib-coverage": "^3.2.2",
    "istanbul-lib-report": "^3.0.1",
    "istanbul-reports": "^3.2.0",
    "lint-staged": "^16.2.6",
    "prettier": "^3.6.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vite": "^7.1.12",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.1"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scssyworks/classmax.git"
  },
  "bugs": {
    "url": "https://github.com/scssyworks/classmax/issues"
  },
  "homepage": "https://github.com/scssyworks/classmax/blob/main/README.md",
  "keywords": [
    "react",
    "classname",
    "classes",
    "css",
    "clsx",
    "classnames",
    "util",
    "utilities"
  ]
}
