mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"name": "@sern/create-bot",
|
|
"version": "1.0.0",
|
|
"main": "./dist/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"bin": {
|
|
"@sern/create-bot": "./dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/prompts": "^2.4.4",
|
|
"colorette": "^2.0.20",
|
|
"minimist": "^1.2.8",
|
|
"prompts": "^2.4.2",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|