-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 755 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 755 Bytes
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
{
"name": "react-native-version-setter",
"version": "3.0.6",
"description": "Update your app version with a single command.",
"homepage": "https://www.github.com/tj-mc/react-native-version-setter",
"main": "build/setVersion.js",
"scripts": {
"build": "babel src -d build"
},
"bin": {
"setVersion": "./build/setVersion.js"
},
"keywords": [
"version",
"setVersion",
"javascript",
"react-native",
"setter",
"react",
"semver",
"rn-version",
"react-native-versioning",
"rnvs",
"react-native-version-setter"
],
"author": "Tom McIntosh",
"license": "MIT",
"dependencies": {
"replace-in-file": "6.1.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5"
}
}