{
  "name": "google-closure-compiler-linux-arm64",
  "version": "20260622.0.0",
  "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
  "type": "module",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChadKillingsworth/closure-compiler-npm.git"
  },
  "homepage": "https://developers.google.com/closure/compiler/",
  "author": "Chad Killingsworth <chadkillingsworth@gmail.com>",
  "license": "Apache-2.0",
  "keywords": [
    "javascript",
    "compiler",
    "optimizer",
    "minifier",
    "closure",
    "java"
  ],
  "files": [
    "compiler",
    "index.js",
    "package.json",
    "readme.md",
    "LICENSE"
  ],
  "preferUnplugged": true,
  "scripts": {
    "build": "node ./build-image.js",
    "test": "node ./test.js",
    "prepublishOnly": "node ../../build-scripts/ensure-file-exists.js compiler"
  },
  "devDependencies": {
    "chalk": "5.6.2"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ]
}
