@lijg/tj
Version:
34 lines (33 loc) • 744 B
JSON
{
"name": "@lijg/tj",
"version": "1.0.2",
"description": "cli",
"main": "index.js",
"bin": "./bin/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tj-fe",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.7",
"figlet": "^1.5.2",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"ora": "5.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeifJG/tj-cli.git"
},
"homepage": "https://github.com/LeifJG/tj-cli/blob/master/README.md",
"keywords": [
"cli",
"js",
"tianji"
]
}