cn-cli
Version:
React Native Base Project CruzNadin CLI
32 lines (31 loc) • 633 B
JSON
{
"name": "cn-cli",
"version": "1.2.6",
"description": "React Native Base Project CruzNadin CLI",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"author": "CruzNadin",
"bin": {
"cn": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CruzNadin/cn-cli.git"
},
"keywords": [
"react native",
"react native cli",
"react native base project"
],
"license": "MIT",
"dependencies": {
"cli-table": "^0.3.4",
"colors": "^1.4.0",
"console-title": "^1.1.0",
"fs-extra": "^9.0.1",
"node-cmd": "^4.0.0",
"ora": "^5.2.0"
}
}