ssap_app/node_modules/@expo/json-file/package.json

47 lines
1.2 KiB
JSON

{
"name": "@expo/json-file",
"version": "10.0.8",
"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.10.4",
"json5": "^2.2.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.1",
"@types/json5": "^2.2.0",
"expo-module-scripts": "^5.0.8",
"memfs": "^3.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3"
}