-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1023 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
27
28
29
30
31
32
33
34
35
36
{
"name": "react-native-extended-cli",
"version": "1.0.1",
"description": "Extended CLI with convenient scripts and utilities for developing React Native apps",
"main": "bin/rnx",
"scripts": {
"test": ":",
"build": ":",
"release": "wnpm-release -- --no-shrinkwrap",
"postrelease": "echo \"##teamcity[buildStatus text='Version: `jq -r '.version' package.json`; {build.status.text}']\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/react-native-extended-cli.git"
},
"author": "Aaron Greenwald",
"license": "MIT",
"bugs": {
"url": "https://github.com/wix/react-native-extended-cli/issues"
},
"homepage": "https://github.com/wix/react-native-extended-cli#readme",
"dependencies": {
"lodash": "^4.14.0",
"watch": "^0.16.0"
},
"bin": {
"rnx": "bin/rnx"
},
"optionalDependencies": {
"wnpm-ci": "^6.1.166",
"wix-mobile-lifecycle-tools": "^2.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}