{
  "name": "google-closure-compiler",
  "version": "20260415.0.0",
  "description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChadKillingsworth/closure-compiler-npm.git"
  },
  "keywords": [
    "javascript",
    "compiler",
    "optimizer",
    "minifier",
    "closure",
    "gulpplugin",
    "gruntplugin"
  ],
  "bin": "cli.js",
  "main": "index.js",
  "contributors": [
    {
      "name": "Chad Killingsworth",
      "email": "chadkillingsworth@gmail.com"
    }
  ],
  "files": [
    "lib/",
    "cli.js",
    "index.js",
    "package.json",
    "contrib/",
    "externs/",
    "README.md",
    "LICENSE"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/google/closure-compiler/issues"
  },
  "homepage": "https://developers.google.com/closure/compiler/",
  "dependencies": {
    "chalk": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 <5.6.1 || ^5.6.2 >5.6.1",
    "google-closure-compiler-java": "^20260415.0.0",
    "minimist": "^1.0.0",
    "vinyl": "^3.0.1",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "optionalDependencies": {
    "google-closure-compiler-linux": "^20260415.0.0",
    "google-closure-compiler-linux-arm64": "^20260415.0.0",
    "google-closure-compiler-macos": "^20260415.0.0",
    "google-closure-compiler-windows": "^20260415.0.0"
  },
  "devDependencies": {
    "gulp": "^5.0.1",
    "gulp-sourcemaps": "^3.0.0",
    "jasmine": "5.10.0",
    "jasmine-console-reporter": "3.1.0",
    "ncp": "2.0.0"
  },
  "scripts": {
    "build": "echo \"google-closure-compiler build\"",
    "test": "./test/support/jasmine.sh --reporter=jasmine-console-reporter 'test/*.js'"
  },
  "engines": {
    "node": ">=18"
  }
}
