-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "exptool",
"version": "0.5.3",
"description": "Expo cli toolset to help automate iOS and Android builds and deployments",
"main": "index.js",
"author": "Mark Glagola",
"license": "MIT",
"engines": {
"node": ">=9.0.0"
},
"bin": {
"exptool": "index.js"
},
"homepage": "https://github.com/mglagola/exptool",
"bugs": {
"url": "https://github.com/mglagola/exptool/issues"
},
"keywords": [
"expo",
"exp",
"react-native",
"ios",
"android",
"ci",
"cd",
"continuous-deployment",
"continuous-integration"
],
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.3.1",
"commander": "^2.14.0",
"lodash": "^4.17.10",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"validate-package-version": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-to-editorconfig": "^1.2.0"
}
}