-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "@verypossible-labs/rn-circleci-orb",
"version": "1.2.1",
"private": true,
"description": "A CircleCI Orb used for building and deploying React Native apps.",
"author": "Sara Pope <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/verypossible-labs/rn-circleci-orb.git"
},
"bugs": {
"url": "https://github.com/verypossible-labs/rn-circleci-orb/issues"
},
"homepage": "https://github.com/verypossible-labs/rn-circleci-orb#readme",
"scripts": {
"pack": "./scripts/pack.sh",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^6.0.0",
"semantic-release": "^17.4.2",
"semantic-release-circleci-orb": "^1.1.1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}