create-yesimbot-extension
Version:
Scaffold tool for creating YesImBot extensions
39 lines (38 loc) • 769 B
JSON
{
"name": "create-yesimbot-extension",
"version": "1.2.1",
"description": "Scaffold tool for creating YesImBot extensions",
"main": "src/index.mjs",
"bin": {
"create-yesimbot-extension": "./bin/index.mjs",
"ybe": "./bin/index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"src",
"templates",
".gitignore"
],
"keywords": [
"koishi",
"yesimbot",
"scaffold",
"cli",
"extension"
],
"author": "HydroGest <2445691453@qq.com>",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.16",
"chalk": "^4.1.2",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.12",
"replace-in-file": "^7.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}