📄 packagejson¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 3 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/eslint-plugin-internal/src/util/packagejson.ts
📦 Imports¶
| Name | Source |
|---|---|
fs |
node:fs |
path |
node:path |
fileURLToPath |
node:url |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
packageJsonValue |
{ name: string; version: string; } |
const | JSON.parse(packageJsonContents) as { name: string; version: string; } |
✗ |
Generated by Syntax Scribe