{
  "name": "@swc/html",
  "version": "1.15.18",
  "description": "Super-fast HTML minifier",
  "homepage": "https://swc.rs",
  "main": "./index.js",
  "author": "강동윤 <kdy1997.dev@gmail.com>",
  "license": "Apache-2.0",
  "keywords": [
    "swc",
    "html"
  ],
  "engines": {
    "node": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swc-project/swc.git",
    "directory": "packages/html"
  },
  "bugs": {
    "url": "https://github.com/swc-project/swc/issues"
  },
  "napi": {
    "binaryName": "swc-html",
    "targets": [
      "x86_64-apple-darwin",
      "x86_64-pc-windows-msvc",
      "x86_64-unknown-linux-gnu",
      "x86_64-unknown-linux-musl",
      "i686-pc-windows-msvc",
      "armv7-unknown-linux-gnueabihf",
      "aarch64-apple-darwin",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-linux-musl",
      "aarch64-pc-windows-msvc"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "artifacts": "napi artifacts --npm-dir scripts/npm",
    "prepack": "tsc -d && napi prepublish -p scripts/npm --tag-style npm --skip-optional-publish",
    "build:ts": "tsc -d",
    "build": "(tsc -d || true) && napi build --manifest-path ../../Cargo.toml --platform -p binding_html_node --js ./binding.js --dts ./binding.d.ts --release -o .",
    "build:dev": "(tsc -d || true) && napi build --manifest-path ../../Cargo.toml --platform -p binding_html_node --js ./binding.js --dts ./binding.d.ts -o .",
    "test": "echo 'done!'",
    "version": "napi version --npm-dir scripts/npm"
  },
  "devDependencies": {
    "@napi-rs/cli": "^3.2.0",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "@swc/counter": "^0.1.3"
  },
  "optionalDependencies": {
    "@swc/html-darwin-x64": "1.15.18",
    "@swc/html-win32-x64-msvc": "1.15.18",
    "@swc/html-linux-x64-gnu": "1.15.18",
    "@swc/html-linux-x64-musl": "1.15.18",
    "@swc/html-win32-ia32-msvc": "1.15.18",
    "@swc/html-linux-arm-gnueabihf": "1.15.18",
    "@swc/html-darwin-arm64": "1.15.18",
    "@swc/html-linux-arm64-gnu": "1.15.18",
    "@swc/html-linux-arm64-musl": "1.15.18",
    "@swc/html-win32-arm64-msvc": "1.15.18"
  }
}