-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 948 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
37
38
39
40
41
42
43
44
45
{
"name": "react-native-component-cli",
"version": "2.0.1",
"description": "scaffold a react native component within seconds",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/yuanfux/react-native-component-cli.git"
},
"bugs": {
"url": "https://github.com/yuanfux/react-native-component-cli/issues"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"react",
"native",
"component",
"react native",
"react native component",
"cli",
"scaffold",
"boilerplate",
"starter kit"
],
"author": "Yuan Fu",
"license": "MIT",
"dependencies": {
"camelcase": "^5.3.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"inquirer": "^6.5.0",
"mustache": "^3.0.1",
"node-emoji": "^1.10.0",
"rimraf": "^2.6.3",
"tree-node-cli": "^1.2.5"
},
"bin": {
"rnc": "./cli.js"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}