This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

48 lines
1.1 KiB
JSON

{
"name": "@expo/json-file",
"version": "8.2.28",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/json-file"
},
"keywords": [
"json"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/json-file#readme",
"files": [
"build"
],
"dependencies": {
"@babel/code-frame": "~7.10.4",
"fs-extra": "9.0.0",
"json5": "^1.0.1",
"write-file-atomic": "^2.3.0"
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.19",
"@types/babel__code-frame": "^7.0.1",
"@types/fs-extra": "^9.0.1",
"@types/json5": "^0.0.30",
"@types/write-file-atomic": "^2.1.1",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}