This repository was archived by the owner on Jun 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "yukiko-opensource",
"version": "2.0.0",
"description": "As Yukiko 2.0 (Closed sources) grow I don't have much time to work and update this version. if you need a great bot to help with your Discord guilds please use [Yukiko.app](https://Yukiko.app)",
"main": "index.js",
"dependencies": {
"ascii-table": "0.0.9",
"axios": "^0.21.4",
"beautify": "0.0.8",
"canvas": "^2.10.1",
"common-tags": "^1.8.2",
"discord.js": "^14.6.0",
"erela.js": "^2.4.0",
"fast-sort": "^3.2.0",
"moment": "^2.29.4",
"mongoose": "^5.13.15",
"ms": "^2.1.3",
"snyk": "^1.1033.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon start"
},
"keywords": [
"Discord",
"bot",
"Asthri",
"Asthriona",
"NodeJS",
"NPM"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Asthriona/Yukiko.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Asthriona/Yukiko/issues"
},
"homepage": "https://github.com/Asthriona/Yukiko#readme",
"devDependencies": {
"eslint": "^8.25.0"
}
}