@funny-ui/cli
Version:
41 lines (40 loc) • 750 B
JSON
{
"name": "@funny-ui/cli",
"version": "0.0.5",
"description": "funny-ui cli",
"type": "module",
"main": "./lib/bin.js",
"bin": {
"funny-cli": "./lib/bin.js"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc"
},
"author": "programmerMark",
"license": "ISC",
"keywords": [
"cli",
"funny-cli",
"@funny-ui/cli"
],
"repository": {
"type": "git",
"url": "https://github.com/programmermark/funny-cli.git"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^9.5.0",
"fs-extra": "^11.1.0",
"ora": "^6.1.2",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.18"
},
"files": [
"lib/",
"src/"
]
}