UNPKG

606 BJSONView Raw
1{
2 "name": "@molejs/mole-react-native-cli",
3 "version": "0.4.1",
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 "cmp-template",
15 "utils",
16 "package.json"
17 ],
18 "dependencies": {
19 "colors": "^1.1.2",
20 "shelljs": "^0.7.7"
21 },
22 "bin": {
23 "mole-rn-cli": "./bin/mole-react-native-cli.js"
24 },
25 "engines": {
26 "node": ">=7.6.0"
27 },
28 "publishConfig": {
29 "access": "public"
30 }
31}