{
  "name": "esbuild-plugin-entry-chunks",
  "version": "0.1.21",
  "description": "Esbuild plugin to compose entryPoints as chunks",
  "keywords": [
    "esbuild",
    "plugin",
    "chunks",
    "entrypoints"
  ],
  "type": "module",
  "main": "target/cjs/index.cjs",
  "exports": {
    ".": {
      "types": "./target/dts/index.d.ts",
      "require": "./target/cjs/index.cjs",
      "import": "./target/esm/index.mjs",
      "default": "./target/esm/index.mjs"
    }
  },
  "module": "target/esm/index.mjs",
  "types": "target/dts/index.d.ts",
  "files": [
    "target/cjs",
    "target/esm",
    "target/dts",
    "target/coverage/lcov.info"
  ],
  "scripts": {
    "build": "concurrently 'npm:build:*'",
    "build:js": "yarn build:esbuild",
    "build:dts": "yarn build:tsc",
    "build:docs": "yarn build:typedoc",
    "test": "concurrently 'npm:test:*'",
    "test:lint": "yarn test:oxlint",
    "test:unit": "yarn test:c8",
    "test:it": "yarn run:void",
    "publish:draft": "yarn build && npm publish --no-git-tag-version --tag draft"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antongolub/misc.git",
    "directory": "packages/esbuild/plugin-entry-chunks"
  },
  "author": "Anton Golub <antongolub@antongolub.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antongolub/misc/issues"
  },
  "homepage": "https://github.com/antongolub/misc/tree/master/packages/esbuild/plugin-entry-chunks",
  "peerDependencies": {
    "esbuild": ">=0.19.0"
  },
  "dependencies": {
    "depseek": "0.4.6",
    "esbuild-plugin-utils": "0.1.3"
  },
  "devDependencies": {
    "@antongolub/infra": "workspace:*",
    "@types/node": "^25.5.2",
    "esbuild": ">=0.20.2"
  }
}
