UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@expo/json-file",
3 "version": "8.3.0",
4 "description": "A module for reading, writing, and manipulating JSON files",
5 "main": "build/JsonFile.js",
6 "scripts": {
7 "build": "expo-module tsc",
8 "clean": "expo-module clean",
9 "lint": "expo-module lint",
10 "prepare": "expo-module clean && expo-module tsc",
11 "prepublishOnly": "expo-module prepublishOnly",
12 "test": "expo-module test",
13 "typecheck": "expo-module typecheck",
14 "watch": "expo-module tsc --watch --preserveWatchOutput"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/expo/expo.git",
19 "directory": "packages/@expo/json-file"
20 },
21 "keywords": [
22 "json"
23 ],
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/expo/expo/issues"
27 },
28 "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/json-file#readme",
29 "files": [
30 "build"
31 ],
32 "dependencies": {
33 "@babel/code-frame": "~7.10.4",
34 "json5": "^2.2.2",
35 "write-file-atomic": "^2.3.0"
36 },
37 "devDependencies": {
38 "@types/babel__code-frame": "^7.0.1",
39 "@types/json5": "^2.2.0",
40 "@types/write-file-atomic": "^2.1.1",
41 "expo-module-scripts": "^3.3.0"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "gitHead": "2763e9cc6f2317b40da73382fe2595f8deebff46"
47}