Home
last modified time | relevance | path

Searched refs:jsonFile (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DWorkspace.ts60 const jsonFile = new JsonFile(path.join(EXPO_DIR, location, 'package.json')); constant
61 const packageJson = await jsonFile.readAsync();
71 await jsonFile.writeAsync(packageJson);