47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@expo/json-file",
|
|
"version": "10.0.12",
|
|
"description": "A module for reading, writing, and manipulating JSON files",
|
|
"main": "build/JsonFile.js",
|
|
"scripts": {
|
|
"build": "expo-module tsc",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"prepare": "expo-module clean && expo-module tsc",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"test": "expo-module test",
|
|
"typecheck": "expo-module typecheck",
|
|
"watch": "expo-module tsc --watch --preserveWatchOutput"
|
|
},
|
|
"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",
|
|
"expo-module-scripts": "^55.0.2",
|
|
"memfs": "^3.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "436ffb4355d5207f4a03fbc3568cd33424a40f3e"
|
|
}
|