{
  "name": "@node-minify/types",
  "version": "10.5.0",
  "description": "types for @node-minify",
  "keywords": [
    "compressor",
    "minify",
    "minifier",
    "types"
  ],
  "author": "Rodolphe Stoclin <srodolphe@gmail.com>",
  "homepage": "https://github.com/srod/node-minify/tree/main/packages/types#readme",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "src/types.d.ts",
  "types": "src/types.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srod/node-minify.git"
  },
  "bugs": {
    "url": "https://github.com/srod/node-minify/issues"
  }
}
