forked from react-native-community/react-native-circleci-orb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 881 Bytes
/
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
{
"name": "@react-native-community/circleci-orb",
"version": "1.2.1",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
"scripts": {
"pack": "./scripts/pack.sh",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"semantic-release": "^15.13.3",
"semantic-release-circleci-orb": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-circleci-orb.git"
},
"author": "Matt Oakes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-community/react-native-circleci-orb/issues"
},
"homepage": "https://github.com/react-native-community/react-native-circleci-orb#readme"
}