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
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 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
{
"name": "nativescript-set-version",
"version": "0.1.5",
"description": "Set the version in package.json, app.gradle and info.plist",
"main": "index.js",
"bin": {
"getVersion": "./lib/get_version.js",
"get-version": "./lib/get_version.js",
"setVersion": "./lib/set_version.js",
"set-version": "./lib/set_version.js"
},
"author": "Javier Castro",
"license": "ISC",
"dependencies": {
"nativescript-hook": "^0.2.5",
"simple-plist": "^1.1.0",
"chalk": "^3.0.0",
"gradle-to-js": "^2.0.0",
"manifest-android": "^0.1.1",
"plist": "^3.0.1"
},
"devDependencies": {
"cz-conventional-changelog": "^3.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}