@wildys1/cli
Version:
公司内部的Quicktype CLI工具,用于生成类型定义
34 lines (33 loc) • 740 B
JSON
{
"name": "@wildys1/cli",
"version": "1.11.0",
"publishConfig": {
"access": "public"
},
"description": "公司内部的Quicktype CLI工具,用于生成类型定义",
"bin": {
"ty-decl": "./bin/cli.js"
},
"keywords": [
"quicktype",
"cli",
"typescript",
"types"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "davta0620@gmail.com",
"license": "ISC",
"gitHead": "84b3606f27e5b18bf1cb1e6a6bc647c1c2c4d76d",
"dependencies": {
"@darkobits/lolcatjs": "^3.1.3",
"chalk": "^4.1.0",
"commander": "^11.0.0",
"figlet": "^1.8.0",
"inquirer": "^8.2.6",
"ora": "^4.0.4",
"quicktype-core": "^23.0.78",
"shelljs": "^0.8.5"
}
}