{"version":3,"file":"package-json-C690ceex.mjs","names":[],"sources":["../src/cli/shared/package-json.ts"],"sourcesContent":["import { readPackageJSON, type PackageJson } from \"pkg-types\";\n\nlet packageJson: PackageJson | null = null;\n\n/**\n * Read and cache the package.json of the SDK package.\n * @returns Parsed package.json contents\n */\nexport async function readPackageJson() {\n  if (packageJson) {\n    return packageJson;\n  }\n  packageJson = await readPackageJSON(import.meta.url);\n  return packageJson;\n}\n"],"mappings":"4CAEA,IAAI,EAAkC,KAMtC,eAAsB,iBAAkB,CAKtC,OAJI,IAGJ,EAAc,MAAM,EAAgB,YAAY,GAAG,EAC5C,EACT"}