@stilljs/cli
Version:
This is the CLI tool for StillJS Framework
35 lines (34 loc) • 771 B
JSON
{
"name": "@stilljs/cli",
"version": "1.7.19",
"description": "This is the CLI tool for StillJS Framework",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"StillJS CLI tool",
"CLI oool",
"StillJS",
"StillJS Framework",
"Web Frontent Framework"
],
"author": {
"name": "Nakassony Bernardo",
"email": "sonybernardo_10@hotmail.com"
},
"license": "MIT",
"bin": {
"still": "./bin/index.js",
"st": "./bin/index.js",
"stilljs": "./bin/index.js"
},
"dependencies": {
"commander": "13.1.0",
"console-table-printer": "2.12.1",
"js-beautify": "1.15.4",
"yocto-spinner": "0.2.1",
"yoctocolors": "2.1.1"
}
}