-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@therealbenpai/dbb",
"version": "2.1.1",
"description": "A Discord.JS bot builder CLI system made by therealbenpai",
"main": "index.js",
"type": "module",
"readme": "README.md",
"author": {
"name": "Benjamin",
"email": "therealbenpai@gmail.com",
"url": "https://ben.thefemdevs.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therealbenpai/dbb.git"
},
"keywords": [
"discord",
"discord.js",
"node",
"bot",
"builder",
"cli",
"config",
"build",
"tool"
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/therealbenpai"
}
],
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/therealbenpai/dbb/issues"
},
"homepage": "https://github.com/therealbenpai/dbb#readme",
"bin": "index.js",
"dependencies": {
"chalk-template": "^1.1.0",
"fs-extra": "^11.1.1",
"inquirer": "^9.1.5",
"lodash": "^4.18.1",
"nanospinner": "^1.1.0",
"winston": "^3.19.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/bun": "^1.3.11",
"@types/inquirer": "^9.0.9",
"@types/lodash": "^4.17.24",
"@types/yargs": "^17.0.35"
}
}