-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "update-xcodeproj-version",
"version": "1.2.7",
"type": "commonjs",
"description": "update xcodeproj's marketing & build version",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"release": "release-it",
"test": "jest"
},
"bin": {
"update-xcodeproj-ver": "./bin/update-xcodeproj-ver.js"
},
"keywords": [
"xcodeproj",
"xcode",
"version",
"update",
"build",
"marketing",
"versioning"
],
"author": "Kwonkunkun",
"repository": {
"type": "git",
"url": "https://github.com/Kwonkunkun/update-xcodeproj-version"
},
"homepage": "https://github.com/Kwonkunkun/update-xcodeproj-version",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@release-it/conventional-changelog": "^5.1.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"release-it": "^15.10.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"commander": "^10.0.0"
}
}