forked from nativescript-community/set-version
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 741 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": "@nativescript-community/set-version",
"version": "1.0.5",
"description": "Set the version in package.json, app.gradle and info.plist",
"main": "index.js",
"bin": {
"get-version": "./lib/get_version.js",
"getVersion": "./lib/get_version.js",
"set-version": "./lib/set_version.js",
"setVersion": "./lib/set_version.js"
},
"author": "Javier Castro",
"license": "ISC",
"dependencies": {
"chalk": "^3.0.0",
"gradle-to-js": "^2.0.1",
"manifest-android": "^0.1.1",
"nativescript-hook": "^0.2.5",
"plist": "^3.1.0"
},
"devDependencies": {
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}