{
  "name": "esbuild-plugins-node-modules-polyfill",
  "version": "1.7.1",
  "description": "Polyfills nodejs builtin modules and globals for the browser.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "author": "@imranbarbhuiya",
  "scripts": {
    "lint": "eslint src --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "update": "yarn upgrade-interactive",
    "build": "tsup",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run",
    "prepack": "yarn build && pinst --disable",
    "_postinstall": "husky .github/husky",
    "postpack": "pinst --enable",
    "typecheck": "tsc -p tsconfig.eslint.json",
    "test": "vitest run"
  },
  "keywords": [
    "esbuild-plugins",
    "esbuild-plugins-node-modules-polyfill",
    "node-modules-polyfill",
    "esbuild",
    "esbuild-plugin",
    "polyfill",
    "node-modules",
    "node-polyfill"
  ],
  "dependencies": {
    "@jspm/core": "^2.1.0",
    "local-pkg": "^1.1.1",
    "resolve.exports": "^2.0.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@favware/cliff-jumper": "^6.0.0",
    "@favware/npm-deprecate": "^2.0.0",
    "@types/node": "^22.15.31",
    "cz-conventional-changelog": "^3.3.0",
    "esbuild": "^0.25.5",
    "eslint": "9.28.0",
    "eslint-config-mahir": "^1.0.7",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.0",
    "pinst": "^3.0.0",
    "prettier": "^3.5.3",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.3"
  },
  "peerDependencies": {
    "esbuild": ">=0.14.0 <=0.25.x"
  },
  "files": [
    "dist/**/*.js*",
    "dist/**/*.mjs*",
    "dist/**/*.d*",
    "globals/**/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/issues"
  },
  "homepage": "https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill#readme",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{mjs,js,ts}": "eslint --fix"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "packageManager": "yarn@4.9.2"
}