{
  "name": "@kcws/heft-web-rig",
  "version": "0.46.3",
  "description": "a rig package for web development",
  "license": "AGPL-3.0-only",
  "homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages/heft-web-rig",
  "repository": {
    "type": "git",
    "url": "https://github.com/kc-workspace/kcws-js.git",
    "directory": "packages/heft-web-rig"
  },
  "author": {
    "name": "Kamontat Chantrachirathumrong",
    "email": "kcws@kc.in.th",
    "url": "https://github.com/kamontat"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "heft",
    "rig",
    "rushjs"
  ],
  "files": [
    "CHANGELOG.json",
    "CHANGELOG.md",
    "profiles"
  ],
  "dependencies": {
    "@microsoft/api-extractor": "7.48.1",
    "@rushstack/heft-api-extractor-plugin": "0.3.61",
    "@rushstack/heft-jest-plugin": "0.14.1",
    "@rushstack/heft-lint-plugin": "0.5.10",
    "@rushstack/heft-sass-plugin": "0.15.9",
    "@rushstack/heft-typescript-plugin": "0.6.4",
    "@types/heft-jest": "1.0.6",
    "eslint": "8.57.0",
    "jest-environment-jsdom": "29.7.0",
    "jest-html-reporters": "3.1.7",
    "jest-junit": "16.0.0",
    "typescript": "5.3.3",
    "@kcinternals/heft-esbuild-plugin": "0.27.2"
  },
  "devDependencies": {
    "@rushstack/heft": "0.68.11"
  },
  "peerDependencies": {
    "@rushstack/heft": ">=0.63.5"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "_phase:build": ""
  }
}