cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
28 lines • 618 B
JSON
{
"name": "cc-core-cli",
"version": "1.0.135",
"description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cc",
"command-line",
"cli",
"project-template",
"generator",
"development"
],
"author": "Shopstack Co.,LTD.",
"bin": {
"cc-cli": "./bin/index.js"
},
"license": "MIT",
"dependencies": {
"fs-extra": "11.1.1",
"jsonfile": "^6.1.0",
"ora": "5.4.1",
"yargs": "17.7.2"
}
}