20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"name": "create-funjia-admin",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"create-funjia-admin": "bin/create-funjia-admin.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"fs-extra": "^11.3.0",
|
|
"simple-git": "^3.27.0"
|
|
}
|
|
}
|