UNPKG

create-sunadmin

Version:

sunadmin-template脚手架工具

39 lines (38 loc) 756 B
{ "name": "create-sunadmin", "version": "1.0.11", "description": "sunadmin-template脚手架工具", "type": "module", "bin": { "create-sunadmin": "./index.js" }, "files": [ "index.js", "template" ], "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://gitee.com/sunjinglong/create-sunadmin--npm" }, "keywords": [ "create-sunadmin", "vue", "admin", "template", "scaffold", "cli", "sunadmin", "sun-admin", "后台管理", "管理系统" ], "author": "sunjinglong@lingyier.com", "license": "MIT", "homepage": "https://gitee.com/sunjinglong", "bugs": { "url": "https://gitee.com/sunjinglong/create-sunadmin--npm/issues" } }