corrad-af-2024/cli-tool/package.json

39 lines
814 B
JSON

{
"name": "corradaf",
"version": "1.0.0",
"description": "CLI tool to quickly set up CORRAD Application Framework projects",
"main": "index.js",
"bin": {
"corradaf": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"corradaf",
"cli",
"project-setup",
"nuxt",
"vue",
"framework",
"template"
],
"dependencies": {
"figlet": "^1.7.0",
"ora": "^5.4.1",
"inquirer": "^8.2.6",
"chalk": "^4.1.2",
"boxen": "^5.1.2",
"gradient-string": "^2.0.2"
},
"author": "Corrad Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.sena.my/corrad-software/corrad-af-2024.git"
},
"homepage": "https://git.sena.my/corrad-software/corrad-af-2024",
"engines": {
"node": ">=14.0.0"
}
}