UNPKG

587 BJSONView Raw
1{
2 "name": "@molejs/mole-react-native-cli",
3 "version": "0.1.24",
4 "description": "bsreact cli for react-native.",
5 "author": "liugenpeng",
6 "mail": "liugenpeng@beisen.com",
7 "license": "MIT",
8 "scripts": {
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "files": [
12 "bin",
13 "template",
14 "utils",
15 "package.json"
16 ],
17 "dependencies": {
18 "colors": "^1.1.2",
19 "shelljs": "^0.7.7"
20 },
21 "bin": {
22 "mole-rn-cli": "./bin/mole-react-native-cli.js"
23 },
24 "engines": {
25 "node": ">=7.6.0"
26 },
27 "publishConfig": {
28 "access": "public"
29 }
30}