{
  "name": "@node-minify/core",
  "version": "8.0.6",
  "description": "core of @node-minify",
  "keywords": [
    "compressor",
    "minify",
    "minifier"
  ],
  "author": "Rodolphe Stoclin <srodolphe@gmail.com>",
  "homepage": "https://github.com/srod/node-minify/tree/master/packages/core#readme",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "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": {
    "clean": "pnpm dlx rimraf dist",
    "build": "pnpm clean && tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@node-minify/utils": "8.0.6",
    "glob": "9.3.5",
    "mkdirp": "1.0.4"
  },
  "devDependencies": {
    "@node-minify/types": "8.0.6",
    "@types/mkdirp": "^1.0.2"
  },
  "gitHead": "9fb532af458cb6416ecfb7abfb9cc0a3b9cb42e1"
}
