forked from aoijs/aoi.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.33 KB
/
package.json
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
63
64
65
{
"name": "aoi.js",
"version": "6.8.10",
"description": "A powerful package to create Discord Bots with built-in string functions.",
"author": "Leref <[email protected]>",
"main": "src/index.js",
"typings": "src/index.d.ts",
"scripts": {
"start": "node index.js",
"prettycheck": "prettier --check \"src/**/*.js\"",
"prettywrite": "prettier --write \"src/**/*.js\""
},
"engines": {
"node": ">=20.x"
},
"files": [
"src",
"LICENSE",
"README.md"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://aoi.js.org",
"repository": {
"type": "git",
"url": "https://github.com/aoijs/aoi.js.git"
},
"keywords": [
"aoi.js",
"aoijs",
"aoi",
"api",
"dbd.js",
"dbdjs",
"dbd",
"bot",
"akarui",
"functions",
"music",
"aoi.music",
"aoi.panel",
"bdfd",
"Bot Designer for Discord",
"discord",
"discordbot"
],
"dependencies": {
"@aoijs/aoi.db": "^0.0.0",
"@aoijs/aoi.structures": "^1.0.0",
"chalk": "^4.1.2",
"discord.js": "^14.15.3",
"undici": "^6.9.0"
},
"devDependencies": {
"discord-api-types": "^0.37.90",
"prettier": "^3.2.5"
},
"type": "commonjs",
"types": "./src/index.d.ts"
}