@expo/json-file
Version:
A module for reading, writing, and manipulating JSON files
45 lines • 1.17 kB
JSON
{
"name": "@expo/json-file",
"version": "10.2.0",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/json-file"
},
"keywords": [
"json"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/json-file#readme",
"files": [
"build"
],
"dependencies": {
"@babel/code-frame": "^7.20.0",
"json5": "^2.2.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.27.0",
"@types/json5": "^2.2.0",
"@types/node": "^22.14.0",
"memfs": "^3.2.0",
"expo-module-scripts": "56.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d",
"scripts": {
"build": "expo-module tsc",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"typecheck": "expo-module typecheck",
"watch": "expo-module tsc --watch --preserveWatchOutput"
}
}