{
  "name": "@kcinternals/heft-esbuild-plugin",
  "version": "0.27.2",
  "description": "heft-plugin for bundling with esbuild",
  "main": "lib/index.js",
  "module": "lib-esnext/index.js",
  "types": "lib/index.d.ts",
  "license": "AGPL-3.0-only",
  "homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages-internal/heft-esbuild-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/kc-workspace/kcws-js.git",
    "directory": "packages-internal/heft-esbuild-plugin"
  },
  "author": {
    "name": "Kamontat Chantrachirathumrong",
    "email": "kcws@kc.in.th",
    "url": "https://github.com/kamontat"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "heft",
    "heft-plugin",
    "esbuild"
  ],
  "files": [
    "heft-plugin.json",
    "CHANGELOG.json",
    "CHANGELOG.md",
    "schemas",
    "dist/**/*.d.ts",
    "lib",
    "lib-esnext",
    "!**/*.test.*"
  ],
  "dependencies": {
    "esbuild": "0.24.2"
  },
  "devDependencies": {
    "@rushstack/heft": "0.68.11",
    "@rushstack/terminal": "0.14.4",
    "@types/tapable": "1.0.6",
    "tapable": "1.1.3",
    "@kcinternals/heft-node-rig": "0.45.0",
    "@kcws/lintstaged-config": "1.11.3",
    "@kcws/eslint-config": "1.46.0"
  },
  "peerDependencies": {
    "@rushstack/heft": ">=0.65.5"
  },
  "engines": {
    "node": ">=14.13.1"
  },
  "scripts": {
    "build": "heft build",
    "test": "heft test --clean",
    "clean": "heft clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}