{
  "name": "@generaltranslation/compiler",
  "version": "1.3.33",
  "description": "Universal plugin for compile-time optimization of GT translation components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "General Translation, Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/generaltranslation/gt.git"
  },
  "keywords": [
    "unplugin",
    "webpack",
    "vite",
    "rollup",
    "rspack",
    "gt-next",
    "translation",
    "i18n"
  ],
  "dependencies": {
    "@babel/generator": "^7.23.0",
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "@babel/types": "^7.23.0",
    "unplugin": "^2.3.10",
    "@generaltranslation/format": "0.1.3",
    "generaltranslation": "9.0.4"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.0",
    "@types/babel__generator": "^7.6.0",
    "@types/babel__traverse": "^7.20.0",
    "@types/node": "^22.13.5",
    "tsdown": "^0.21.10",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "emit-types": "sh ../../scripts/emit-types.sh",
    "transpile": "tsdown && pnpm run emit-types",
    "build": "pnpm run transpile",
    "build:watch": "tsdown --watch",
    "build:clean": "sh ../../scripts/clean.sh && pnpm run build",
    "build:release": "pnpm run build:clean",
    "format": "oxfmt src",
    "patch": "pnpm version patch",
    "release": "pnpm run build:clean && pnpm publish",
    "release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",
    "release:beta": "pnpm run build:clean && pnpm publish --tag beta",
    "release:latest": "pnpm run build:clean && pnpm publish --tag latest",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}