We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb9d7c commit c222f99Copy full SHA for c222f99
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "@react-native-community/circleci-orb",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
6
+ "scripts": {
7
+ "pack": "./scripts/pack.sh"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/react-native-community/react-native-circleci-orb.git"
12
13
+ "author": "Matt Oakes <[email protected]>",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/react-native-community/react-native-circleci-orb/issues"
17
18
+ "homepage": "https://github.com/react-native-community/react-native-circleci-orb#readme"
19
+}
0 commit comments