@xeito/cli
Version:
Command line interface for Xeito | Framework for building web applications
38 lines (37 loc) • 754 B
JSON
{
"name": "@xeito/cli",
"version": "0.3.5",
"description": "Command line interface for Xeito | Framework for building web applications",
"main": "index.js",
"type": "module",
"bin": {
"xeito": "./bin/xeito.js"
},
"files": [
"bin",
"lib",
"framework",
"templates"
],
"author": "Samuel Bazaga",
"license": "MIT",
"keywords": [
"Xeito",
"Framework",
"Web",
"Typescript"
],
"dependencies": {
"@clack/prompts": "^0.6.1",
"axios": "^1.3.4",
"case-anything": "^2.1.10",
"cli-table": "^0.3.11",
"degit": "^2.8.4",
"figlet": "^1.5.2",
"handlebars": "^4.7.7",
"minimist": "^1.2.8",
"node-emoji": "^1.11.0",
"picocolors": "^1.0.0",
"rimraf": "^3.0.2"
}
}