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.

131 lines
3.6 KiB

{
"name": "expo-cli",
"version": "6.1.0",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
"files": [
"build",
"bin"
],
"scripts": {
"start": "yarn run prepare && yarn run watch",
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
"watch": "tsc --watch --preserveWatchOutput",
"introspect": "FORCE_COLOR=0 ts-node ./scripts/introspect.ts",
"prepare": "yarn run clean && yarn run build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"preversion": "node ./scripts/preversion.js",
"test": "jest",
"test:e2e": "cross-env E2E=1 jest",
"test:watch": "jest --watch"
},
"bin": {
"expo": "./bin/expo.js",
"expo-cli": "./bin/expo.js"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/expo-cli"
},
"keywords": [
"expo",
"react-native"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/expo-cli#readme",
"engines": {
"node": ">=12 <=16"
},
"volta": {
"extends": "../../package.json"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/cacache": "^15.0.1",
"@types/command-exists": "^1.2.0",
"@types/dateformat": "^3.0.0",
"@types/fs-extra": "^9.0.1",
"@types/hashids": "^1.0.30",
"@types/js-yaml": "^3.12.2",
"@types/klaw-sync": "^6.0.0",
"@types/minipass": "^3.1.2",
"@types/npm-package-arg": "^6.1.0",
"@types/pngjs": "^3.4.1",
"@types/progress": "^2.0.3",
"@types/prompts": "^2.0.6",
"@types/tar": "^6.1.1",
"@types/untildify": "^3.0.0",
"@types/url-join": "^4.0.0",
"@types/wrap-ansi": "^3.0.0",
"klaw-sync": "6.0.0",
"memfs": "^3.2.0",
"pretty-bytes": "^5.3.0"
},
"dependencies": {
"@babel/runtime": "7.9.0",
"@expo/apple-utils": "0.0.0-alpha.31",
"@expo/bunyan": "4.0.0",
"@expo/config": "6.0.24",
"@expo/config-plugins": "4.1.5",
"@expo/dev-server": "0.1.115",
"@expo/json-file": "8.2.37",
"@expo/osascript": "2.0.33",
"@expo/package-manager": "0.0.56",
"@expo/plist": "0.0.20",
"@expo/prebuild-config": "4.0.3",
"@expo/spawn-async": "1.5.0",
"@expo/xcpretty": "^4.1.0",
"better-opn": "^3.0.1",
"boxen": "^5.0.1",
"bplist-parser": "0.2.0",
"cacache": "^15.3.0",
"chalk": "^4.0.0",
"cli-table3": "^0.6.0",
"command-exists": "^1.2.8",
"commander": "2.17.1",
"dateformat": "3.0.3",
"env-editor": "^0.4.1",
"find-up": "^5.0.0",
"find-yarn-workspace-root": "~2.0.0",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
"glob": "7.1.6",
"got": "^11.1.4",
"hashids": "1.1.4",
"joi": "^17.4.0",
"js-yaml": "^3.13.1",
"keychain": "1.3.0",
"leven": "^3.1.0",
"lodash": "^4.17.19",
"minipass": "3.1.6",
"npm-package-arg": "6.1.0",
"ora": "3.4.0",
"pngjs": "3.4.0",
"progress": "2.0.3",
"prompts": "^2.3.2",
"qrcode-terminal": "0.11.0",
"read-last-lines": "1.6.0",
"resolve-from": "^5.0.0",
"semver": "7.3.2",
"slugify": "^1.3.4",
"strip-ansi": "^6.0.0",
"tar": "^6.0.5",
"tempy": "^0.7.1",
"terminal-link": "^2.1.1",
"turndown": "~7.0.0",
"untildify": "3.0.3",
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "59.3.0"
},
"resolutions": {
"hermes-engine": "0.0.0"
}
}