{
  "name": "@node-minify/clean-css",
  "version": "10.5.0",
  "description": "clean-css plugin for @node-minify",
  "keywords": [
    "compressor",
    "minify",
    "minifier",
    "clean-css"
  ],
  "author": "Rodolphe Stoclin <srodolphe@gmail.com>",
  "homepage": "https://github.com/srod/node-minify/tree/main/packages/clean-css#readme",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "sideEffects": false,
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srod/node-minify.git"
  },
  "bugs": {
    "url": "https://github.com/srod/node-minify/issues"
  },
  "scripts": {
    "build": "tsdown src/index.ts",
    "check-exports": "attw --pack . --profile esm-only",
    "format:check": "biome check .",
    "lint": "biome lint .",
    "prepublishOnly": "bun run build",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "dev": "tsdown src/index.ts --watch"
  },
  "dependencies": {
    "@node-minify/utils": "10.5.0",
    "clean-css": "5.3.3"
  },
  "devDependencies": {
    "@node-minify/types": "10.5.0",
    "@types/clean-css": "^4.2.11"
  }
}
