-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 763 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
{
"name": "react-native-version-up",
"version": "1.0.9",
"description": "Increase version and build number in your react native app for package.json and both platforms (ios && android) with one command",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustarus/react-native-version-up.git"
},
"keywords": [
"react native version",
"react native version up"
],
"author": "Pavel Kondratenko",
"license": "ISC",
"dependencies": {
"chalk": "2.0.1",
"child_process": "1.0.2",
"fs": "0.0.1-security",
"readline-sync": "1.4.7",
"yargs": "8.0.2"
},
"devDependencies": {
"yarn": "1.22.0"
}
}