-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
{
"name": "aoijs.mysql",
"version": "4.9.0",
"description": "Implementation of MySQL in Aoi.js",
"type": "commonjs",
"main": "src/index.js",
"keywords": [
"discord.js",
"aoi.js",
"aoi.db",
"mysql",
"mysql2",
"database",
"bdfd"
],
"author": "Tyowk <tyowk@outlook.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"mysql2": "^3.12.0",
"ora": "^5.4.1"
},
"devDependencies": {
"aoi.js": "^6.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyowk/aoijs.mysql.git"
},
"funding": [
{
"type": "individual",
"url": "https://trakteer.id/tyowk"
},
{
"type": "patreon",
"url": "https://www.patreon.com/tyowk_dev"
}
],
"bugs": {
"url": "https://github.com/tyowk/aoijs.mysql/issues"
},
"homepage": "https://github.com/tyowk/aoijs.mysql",
"files": [
"src",
"README.md",
"LICENSE",
"package.json"
]
}