{
  "name": "astro-compressor",
  "version": "1.0.0",
  "description": "A gzip and brotli compressor for Astro",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sondr3/astro-compressor.git"
  },
  "author": "Sondre Nilsen <sondre@eons.io> (https://www.eons.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sondr3/astro-compressor/issues"
  },
  "homepage": "https://github.com/sondr3/astro-compressor#readme",
  "keywords": [
    "astro",
    "astro-integration",
    "astro-component",
    "performance"
  ],
  "files": [
    "dist/**",
    "CHANGELOG.md",
    "README.md"
  ],
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@tsconfig/recommended": "1.0.8",
    "@tsconfig/strictest": "2.0.5",
    "@types/node": "22.10.0",
    "astro": "4.16.16",
    "lefthook": "1.8.4",
    "typescript": "5.7.2",
    "vitest": "2.1.6"
  },
  "scripts": {
    "dev": "tsc --watch --incremental",
    "build": "rm -rf dist && tsc",
    "test": "vitest",
    "check": "biome check",
    "fix": "biome check --write"
  }
}