-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.26 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
{
"name": "@akarui/aoi.panel",
"version": "0.0.9",
"description": "The aoi.panel module provides a panel component for the aoi.js library using express.",
"main": "src/index.js",
"scripts": {
"test": "node index.js"
},
"engines": {
"node": ">=16.9.0"
},
"files": [
"src",
"LICENSE",
"README.md"
],
"keywords": [
"aoi.js",
"aoi.js panel",
"aoi.panel",
"panel",
"express",
"discord",
"discord bot panel",
"aoi",
"dbdjs",
"akarui",
"akaruidevelopment",
"dashboard"
],
"bugs": {
"url": "https://github.com/AkaruiDevelopment/aoi.panel/issues"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"undici": "^6.4.0"
},
"devDependencies": {
"aoi.js": "^6.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkaruiDevelopment/aoi.panel.git"
},
"author": {
"name": "Leref"
},
"maintainers": [
"Bumblebee-3",
"wiltark"
],
"homepage": "https://github.com/AkaruiDevelopment/aoi.panel#readme"
}