{
  "name": "@storm-software/tsup",
  "version": "0.2.267",
  "private": false,
  "description": "A package containing bundled patches for tsup.",
  "keywords": ["tsup", "storm", "storm-ops", "storm-software"],
  "homepage": "https://stormsoftware.com",
  "bugs": "https://github.com/storm-software/storm-ops/issues",
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/storm-ops.git",
    "directory": "packages/tsup"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    },
    {
      "name": "Pat Sullivan",
      "email": "admin@stormsoftware.com",
      "url": "https://patsullivan.org"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    "./assets/cjs_shims.js": "./assets/cjs_shims.js",
    "./assets/esm_shims.js": "./assets/esm_shims.js",
    "./index": {
      "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    },
    ".": {
      "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    },
    "./types": {
      "import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
      "require": {
        "types": "./dist/types.d.cts",
        "default": "./dist/types.cjs"
      },
      "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
    },
    "./constants": {
      "import": {
        "types": "./dist/constants.d.ts",
        "default": "./dist/constants.js"
      },
      "require": {
        "types": "./dist/constants.d.cts",
        "default": "./dist/constants.cjs"
      },
      "default": {
        "types": "./dist/constants.d.ts",
        "default": "./dist/constants.js"
      }
    },
    "./options": {
      "import": {
        "types": "./dist/options.d.ts",
        "default": "./dist/options.js"
      },
      "require": {
        "types": "./dist/options.d.cts",
        "default": "./dist/options.cjs"
      },
      "default": {
        "types": "./dist/options.d.ts",
        "default": "./dist/options.js"
      }
    },
    "./*": "./dist/*.cjs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["assets/**/*", "dist/**/*"],
  "dependencies": {
    "@storm-software/build-tools": "^0.158.269",
    "@storm-software/config-tools": "^1.190.109"
  },
  "devDependencies": {
    "@types/node": "^25.9.5",
    "esbuild": "^0.25.12",
    "tsup": "8.4.0",
    "typescript": "^6.0.3"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "9389e94089c0ddc0cc122425b1a47201f655eafd"
}
