{
  "name": "@kcws/error",
  "version": "0.27.3",
  "description": "error management",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "AGPL-3.0-only",
  "homepage": "https://github.com/kc-workspace/kcws-js/tree/main/packages/error",
  "repository": {
    "type": "git",
    "url": "https://github.com/kc-workspace/kcws-js.git",
    "directory": "packages/error"
  },
  "author": {
    "name": "Kamontat Chantrachirathumrong",
    "email": "kcws@kc.in.th",
    "url": "https://github.com/kamontat"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "error",
    "manager"
  ],
  "files": [
    "CHANGELOG.json",
    "CHANGELOG.md",
    "dist/**/*.d.ts",
    "lib",
    "lib-commonjs",
    "lib-umd",
    "lib-css",
    "!**/*.test.*"
  ],
  "devDependencies": {
    "@rushstack/heft": "0.68.11",
    "@kcinternals/heft-web-rig": "0.46.0",
    "@kcws/lintstaged-config": "1.11.3",
    "@kcws/eslint-config": "1.46.0"
  },
  "engines": {
    "node": ">=12"
  },
  "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"
  }
}