-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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": "react-native-help-create",
"version": "2.7.0",
"description": "This command line helps you create components, screens, navigations and even redux implementaion for your react native project.",
"main": "bin/index.js",
"bin": {
"rnhc": "bin/index.js"
},
"scripts": {
"rnhc": "node .",
"rnhc:help": "node . --help",
"test": "jest --runInBand",
"test:watch": "jest --watch --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omdxp/react-native-help-create.git"
},
"keywords": [
"react-native",
"react-native-help-create",
"rnhc"
],
"author": {
"email": "omarbelghaouti@gmail.com",
"name": "Omar Belghaouti",
"url": "https://omar-belghaouti.web.app/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/omdxp/react-native-help-create/issues"
},
"homepage": "https://omdxp.github.io/react-native-help-create/",
"dependencies": {
"file-system": "^2.2.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"jest": "^28.1.0"
}
}