-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
74 lines (74 loc) · 1.74 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "react-native-version",
"description": "Version your React Native or Expo app in a `npm version` fashion.",
"license": "MIT",
"author": "Martin Stovicek",
"homepage": "https://github.com/stovmascript/react-native-version#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stovmascript/react-native-version.git"
},
"bugs": {
"url": "https://github.com/stovmascript/react-native-version/issues"
},
"version": "4.0.0",
"main": "index.js",
"bin": {
"react-native-version": "cli.js"
},
"scripts": {
"docs": "./docs.sh",
"test": "./test.sh"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.0.0",
"common-tags": "^1.4.0",
"detect-indent": "^6.0.0",
"dottie": "^2.0.0",
"js-beautify": "^1.7.4",
"lodash.flattendeep": "^4.4.0",
"lodash.uniq": "^4.5.0",
"p-settle": "^4.0.0",
"pbxproj-dom": "^1.0.11",
"plist": "^3.0.1",
"resolve-from": "^5.0.0",
"semver": "^7.0.0"
},
"devDependencies": {
"ava": "1.4.1",
"fs-extra": "9.1.0",
"husky": "6.0.0",
"import-sort-cli": "6.0.0",
"import-sort-parser-babylon": "6.0.0",
"import-sort-style-eslint": "6.0.0",
"injectmd": "1.0.0",
"jsdoc-to-markdown": "6.0.1",
"lint-staged": "11.1.1",
"prettier": "2.3.2",
"prettier-package-json": "2.1.3",
"sort-json": "2.0.0",
"temp": "0.9.4"
},
"keywords": [
"CFBundleShortVersionString",
"CFBundleVersion",
"CRNA",
"CURRENT_PROJECT_VERSION",
"agvtool",
"build",
"buildNumber",
"bump",
"create-react-native-app",
"expo",
"gradle",
"info",
"npm-version",
"plist",
"react-native",
"semver",
"version",
"versionCode",
"versionName"
]
}