xref: /expo/packages/@expo/cli/package.json (revision 9e4ebed2)
1{
2  "name": "@expo/cli",
3  "version": "0.1.0",
4  "description": "The Expo CLI",
5  "main": "build/bin/cli",
6  "bin": {
7    "expo": "build/bin/cli"
8  },
9  "files": [
10    "static",
11    "build"
12  ],
13  "scripts": {
14    "build": "taskr",
15    "prepare": "taskr release",
16    "clean": "expo-module clean",
17    "lint": "expo-module lint",
18    "typecheck": "expo-module typecheck",
19    "test": "expo-module test",
20    "test:e2e": "jest --config e2e/jest.config.js",
21    "prepublishOnly": "expo-module prepublishOnly",
22    "expo-module": "expo-module"
23  },
24  "jest": {
25    "preset": "expo-module-scripts"
26  },
27  "repository": {
28    "type": "git",
29    "url": "https://github.com/expo/expo.git",
30    "directory": "packages/@expo/cli"
31  },
32  "keywords": [
33    "expo"
34  ],
35  "author": "Expo",
36  "license": "MIT",
37  "bugs": {
38    "url": "https://github.com/expo/expo/issues"
39  },
40  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
41  "dependencies": {
42    "@babel/runtime": "^7.14.0",
43    "@expo/code-signing-certificates": "^0.0.2",
44    "@expo/config": "^6.0.19",
45    "@expo/config-plugins": "^4.1.0",
46    "@expo/dev-server": "^0.1.106",
47    "@expo/devcert": "^1.0.0",
48    "@expo/json-file": "^8.2.34",
49    "@expo/metro-config": "^0.3.12",
50    "@expo/osascript": "^2.0.31",
51    "@expo/package-manager": "^0.0.50",
52    "@expo/plist": "^0.0.17",
53    "@expo/prebuild-config": "^3.1.0",
54    "@expo/rudder-sdk-node": "1.1.1",
55    "@expo/spawn-async": "1.5.0",
56    "@urql/core": "2.3.6",
57    "@urql/exchange-retry": "0.3.0",
58    "accepts": "^1.3.8",
59    "arg": "4.1.0",
60    "better-opn": "~3.0.2",
61    "cacache": "^15.3.0",
62    "chalk": "^4.0.0",
63    "env-editor": "^0.4.1",
64    "form-data": "^3.0.1",
65    "freeport-async": "2.0.0",
66    "fs-extra": "9.0.0",
67    "getenv": "^1.0.0",
68    "graphql": "15.8.0",
69    "graphql-tag": "^2.10.1",
70    "internal-ip": "4.3.0",
71    "is-root": "^2.1.0",
72    "js-yaml": "^3.13.1",
73    "json-schema-deref-sync": "^0.13.0",
74    "md5-file": "^3.2.3",
75    "minipass": "3.1.6",
76    "node-fetch": "^2.6.7",
77    "node-forge": "^1.3.1",
78    "npm-package-arg": "^7.0.0",
79    "ora": "3.4.0",
80    "pretty-format": "^26.5.2",
81    "progress": "2.0.3",
82    "prompts": "^2.3.2",
83    "qrcode-terminal": "0.11.0",
84    "requireg": "^0.2.2",
85    "resolve-from": "^5.0.0",
86    "semver": "^6.3.0",
87    "slugify": "^1.3.4",
88    "structured-headers": "^0.4.1",
89    "tar": "^6.0.5",
90    "tempy": "^0.7.1",
91    "terminal-link": "^2.1.1",
92    "uuid": "^3.4.0",
93    "wrap-ansi": "^7.0.0"
94  },
95  "taskr": {
96    "requires": [
97      "./taskfile-swc.js"
98    ]
99  },
100  "devDependencies": {
101    "@expo/multipart-body-parser": "^1.0.0",
102    "@expo/ngrok": "4.1.0",
103    "@expo/webpack-config": "^0.16.19",
104    "@swc/core": "^1.2.126",
105    "@taskr/clear": "1.1.0",
106    "@taskr/esnext": "1.1.0",
107    "@taskr/watch": "1.1.0",
108    "@tsconfig/node14": "^1.0.1",
109    "@types/accepts": "^1.3.5",
110    "@types/cacache": "^15.0.1",
111    "@types/form-data": "^2.2.0",
112    "@types/js-yaml": "^3.12.2",
113    "@types/metro": "~0.66.1",
114    "@types/metro-core": "~0.66.0",
115    "@types/minipass": "^3.1.2",
116    "@types/npm-package-arg": "^6.1.0",
117    "@types/progress": "^2.0.5",
118    "@types/prompts": "^2.0.6",
119    "@types/tar": "^6.1.1",
120    "@types/uuid": "^3.4.7",
121    "@types/webpack": "~4.41.32",
122    "@types/webpack-dev-server": "3.11.0",
123    "@types/wrap-ansi": "^8.0.1",
124    "expo-module-scripts": "^2.0.0",
125    "klaw-sync": "^6.0.0",
126    "nock": "~13.2.2",
127    "nullthrows": "^1.1.1",
128    "structured-headers": "^0.4.1",
129    "taskr": "1.1.0"
130  }
131}
132