MCPcopy Create free account
hub / github.com/TanStack/cli / readJson

Function readJson

packages/create/scripts/generate-manifest.mjs:49–51  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

47}
48
49function readJson(file) {
50 return JSON.parse(readFileSync(file, 'utf8'))
51}
52
53function readTemplateFile(file) {
54 if (binaryExtensions.has(extname(file))) {

Callers 2

scanProjectDirectoryFunction · 0.85
scanCatalogDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected