cryptocom-react-cli
Version:
It's a quick tool to help you build a react project with one command
39 lines • 910 B
JSON
{
"name": "cryptocom-react-cli",
"version": "1.0.3",
"description": "It's a quick tool to help you build a react project with one command",
"main": "index.js",
"type": "module",
"exports": "./index.js",
"bin": {
"cryptocom-react-cli": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/cryptocom-react-cli.git",
"directory": "cryptocom-react-cli"
},
"scripts": {
"release": "node ./utils/publish.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jing@crypto.com",
"engines": {
"node": ">=14.17.0"
},
"keywords": [
"cryptocom",
"react",
"cli"
],
"license": "ISC",
"dependencies": {
"chalk": "^5.0.0",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"inquirer": "^8.2.0",
"npm-shell-login": "^1.1.3",
"ora": "^6.0.1",
"shelljs": "^0.8.4"
}
}