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.

61 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "@expo/config-plugins",
"version": "1.0.24",
"description": "A library for Expo config plugins",
"main": "build/index.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/config-plugins"
},
"keywords": [
"json",
"expo",
"react-native",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/config-plugins#readme",
"files": [
"build",
"paths"
],
"dependencies": {
"@expo/config-types": "^40.0.0-beta.2",
"@expo/configure-splash-screen": "0.3.4",
"@expo/image-utils": "0.3.12",
"@expo/json-file": "8.2.28",
"@expo/plist": "0.0.12",
"find-up": "~5.0.0",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
"glob": "7.1.6",
"resolve-from": "^5.0.0",
"slash": "^3.0.0",
"slugify": "^1.3.4",
"xcode": "^3.0.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/find-up": "^4.0.0",
"@types/fs-extra": "^9.0.1",
"@types/xml2js": "^0.4.5",
"memfs": "^2.15.5",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}