mirror of
https://github.com/SrIzan10/sern-create-bot.git
synced 2026-05-01 11:05:20 +00:00
36 lines
645 B
JSON
36 lines
645 B
JSON
{
|
|
"name": "@sern/create-bot",
|
|
"version": "1.0.8",
|
|
"main": "./dist/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"bin": {
|
|
"@sern/create-bot": "index.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"template-*",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"colorette": "^2.0.20",
|
|
"minimist": "^1.2.8",
|
|
"prompts": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.2",
|
|
"@types/prompts": "^2.4.4",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sern-handler/create-bot"
|
|
},
|
|
"type": "module"
|
|
}
|