{
  "name": "@ngrok/gen-x",
  "version": "0.4.1",
  "description": "Generate package.json#exports from src",
  "author": "ngrok",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngrok-oss/gen-x"
  },
  "license": "MIT",
  "type": "module",
  "keywords": [],
  "bin": "./dist/cli.js",
  "files": [
    "dist",
    "package.json"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "@commander-js/extra-typings": "14.0.0",
    "commander": "14.0.3",
    "esbuild": "0.27.3",
    "tinyglobby": "0.2.15"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.5.2",
    "@changesets/cli": "2.29.8",
    "@total-typescript/ts-reset": "0.6.1",
    "@types/node": "24.10.13",
    "oxfmt": "0.34.0",
    "oxlint": "1.49.0",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "vitest": "4.0.18"
  },
  "scripts": {
    "build": "pnpm run compile",
    "changeset": "changeset",
    "compile": "tsc --project tsconfig.compile.json",
    "fmt:check": "oxfmt --check .",
    "fmt": "oxfmt --write .",
    "lint:fix": "oxlint --fix .",
    "lint": "oxlint .",
    "precompile": "rm -rf dist tsconfig.compile.tsbuildinfo",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}