forked from aoijs/aoi.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.46 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
66
{
"name": "aoi.js",
"version": "6.3.0",
"description": "aoi.js - A powerful package to create Discord Bots with built-in string functions.",
"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": ">=16.9.0"
},
"files": [
"src"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/AkaruiDevelopment/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": {
"@akarui/structures": "^1.0.2",
"aoi.db": "^1.1.0",
"discord.js": "^14.10.2",
"undici": "^5.18.0"
},
"devDependencies": {
"@akarui/aoi.music": "github:akaruidevelopment/music#main",
"@discordjs/opus": "^0.8.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"aoi.parser": "^1.2.1",
"discord-api-types": "^0.37.36-next.0d47c69.1677334692",
"prettier": "^2.4.1",
"typescript": "^4.5.2",
"ws": "^8.3.0"
},
"type": "commonjs",
"types": "./src/index.d.ts"
}