You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
3.8 KiB
143 lines
3.8 KiB
{
|
|
"name": "@expo/cli",
|
|
"version": "0.4.11",
|
|
"description": "The Expo CLI",
|
|
"main": "build/bin/cli",
|
|
"bin": {
|
|
"expo-internal": "build/bin/cli"
|
|
},
|
|
"files": [
|
|
"static",
|
|
"build"
|
|
],
|
|
"scripts": {
|
|
"build": "taskr",
|
|
"prepare": "taskr release",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"typecheck": "expo-module typecheck",
|
|
"test": "expo-module test",
|
|
"test:e2e": "jest --config e2e/jest.config.js",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/cli"
|
|
},
|
|
"keywords": [
|
|
"expo"
|
|
],
|
|
"author": "Expo",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.14.0",
|
|
"@expo/code-signing-certificates": "0.0.5",
|
|
"@expo/config": "~7.0.2",
|
|
"@expo/config-plugins": "~5.0.3",
|
|
"@expo/dev-server": "0.1.124",
|
|
"@expo/devcert": "^1.0.0",
|
|
"@expo/json-file": "^8.2.35",
|
|
"@expo/metro-config": "~0.5.0",
|
|
"@expo/osascript": "^2.0.31",
|
|
"@expo/package-manager": "~0.0.53",
|
|
"@expo/plist": "^0.0.18",
|
|
"@expo/prebuild-config": "5.0.7",
|
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
"@expo/spawn-async": "1.5.0",
|
|
"@expo/xcpretty": "^4.2.1",
|
|
"@urql/core": "2.3.6",
|
|
"@urql/exchange-retry": "0.3.0",
|
|
"accepts": "^1.3.8",
|
|
"arg": "4.1.0",
|
|
"better-opn": "~3.0.2",
|
|
"bplist-parser": "^0.3.1",
|
|
"cacache": "^15.3.0",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.3.0",
|
|
"debug": "^4.3.4",
|
|
"env-editor": "^0.4.1",
|
|
"form-data": "^3.0.1",
|
|
"freeport-async": "2.0.0",
|
|
"fs-extra": "~8.1.0",
|
|
"getenv": "^1.0.0",
|
|
"graphql": "15.8.0",
|
|
"graphql-tag": "^2.10.1",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"internal-ip": "4.3.0",
|
|
"is-root": "^2.1.0",
|
|
"js-yaml": "^3.13.1",
|
|
"json-schema-deref-sync": "^0.13.0",
|
|
"md5-file": "^3.2.3",
|
|
"md5hex": "^1.0.0",
|
|
"minipass": "3.1.6",
|
|
"node-fetch": "^2.6.7",
|
|
"node-forge": "^1.3.1",
|
|
"npm-package-arg": "^7.0.0",
|
|
"ora": "3.4.0",
|
|
"pretty-bytes": "5.6.0",
|
|
"progress": "2.0.3",
|
|
"prompts": "^2.3.2",
|
|
"qrcode-terminal": "0.11.0",
|
|
"requireg": "^0.2.2",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^6.3.0",
|
|
"send": "^0.18.0",
|
|
"slugify": "^1.3.4",
|
|
"structured-headers": "^0.4.1",
|
|
"tar": "^6.0.5",
|
|
"tempy": "^0.7.1",
|
|
"terminal-link": "^2.1.1",
|
|
"text-table": "^0.2.0",
|
|
"url-join": "4.0.0",
|
|
"uuid": "^3.4.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"taskr": {
|
|
"requires": [
|
|
"./taskfile-swc.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@expo/multipart-body-parser": "^1.0.0",
|
|
"@expo/ngrok": "4.1.0",
|
|
"@expo/webpack-config": "^0.16.20",
|
|
"@swc/core": "^1.2.126",
|
|
"@taskr/clear": "1.1.0",
|
|
"@taskr/esnext": "1.1.0",
|
|
"@taskr/watch": "1.1.0",
|
|
"@tsconfig/node14": "^1.0.1",
|
|
"@types/accepts": "^1.3.5",
|
|
"@types/cacache": "^15.0.1",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/form-data": "^2.2.0",
|
|
"@types/js-yaml": "^3.12.2",
|
|
"@types/metro": "~0.66.1",
|
|
"@types/metro-core": "~0.66.0",
|
|
"@types/minipass": "^3.1.2",
|
|
"@types/npm-package-arg": "^6.1.0",
|
|
"@types/progress": "^2.0.5",
|
|
"@types/prompts": "^2.0.6",
|
|
"@types/send": "^0.17.1",
|
|
"@types/tar": "^6.1.1",
|
|
"@types/text-table": "^0.2.1",
|
|
"@types/url-join": "^4.0.0",
|
|
"@types/uuid": "^3.4.7",
|
|
"@types/webpack": "~4.41.32",
|
|
"@types/webpack-dev-server": "3.11.0",
|
|
"@types/wrap-ansi": "^8.0.1",
|
|
"expo-module-scripts": "^3.0.0",
|
|
"klaw-sync": "^6.0.0",
|
|
"nock": "~13.2.2",
|
|
"nullthrows": "^1.1.1",
|
|
"structured-headers": "^0.4.1",
|
|
"taskr": "1.1.0"
|
|
},
|
|
"gitHead": "8218adba4854b91617b20bb0980add4ffece6515"
|
|
}
|