-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1 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": "@rnhooks/cli",
"version": "0.0.1",
"description": "React Native Hooks Command Line Interface",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-hooks/cli"
},
"license": "MIT",
"keywords": [
"react-native",
"hooks",
"react-native-hooks",
"react-native-hooks-cli"
],
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"files": [
"index.js",
"utils",
"reactNativeHooks.js",
"yarn.lock"
],
"bin": {
"react-native-hooks": "./index.js"
},
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"chalk": "2.4.2",
"commander": "2.19.0",
"cross-spawn": "6.0.5",
"envinfo": "7.1.0",
"fs-extra": "7.0.1",
"graceful-fs": "^4.1.15",
"hyperquest": "2.1.3",
"minimist": "latest",
"prompt": "^1.0.0",
"semver": "5.6.0",
"tar-pack": "3.4.1",
"tmp": "0.0.33",
"validate-npm-package-name": "3.0.0"
}
}