Files
whtml/whtml-cli/package.json
2024-09-27 00:52:52 +08:00

40 lines
836 B
JSON
Executable File

{
"name": "whtml-cli",
"version": "1.9.5",
"description": "A simple CLI for scaffolding whtml projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whtml",
"html",
"html",
"css",
"nodejs",
"expressjs"
],
"bin": {
"whtml": "bin/whtml",
"whtml-init": "bin/whtml-init"
},
"author": "bmy",
"license": "ISC",
"dependencies": {
"chalk": "^2.3.2",
"commander": "^2.15.1",
"ora": "^2.0.0",
"request": "^2.85.0",
"silly-datetime": "^0.1.2",
"single-line-log": "^1.1.2"
},
"git": {
"auto": "编码猿(geekhelp.cn)",
"url": "https://github.com/helpcode/Whtml",
"branch": "master"
},
"repository": {
"type": "git",
"url": "https://github.com/helpcode/whtml-cli.git"
}
}