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