forked from 1intan99/MeeS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.49 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "mees-dev",
"version": "1.0.0",
"description": "MeeS Canary",
"main": "index.js",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rm -rf build && tsc -p .",
"start": "node -r dotenv ./build/index.js",
"dev": "nodemon -w ./src -w ./.env ./src/index.ts",
"postinstall": "tsc",
"starto": "node build/start.js"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"@discordx/utilities": "^3.1.5",
"@ksoft/api": "^3.1.9",
"@sentry/node": "^6.16.0",
"@tensorflow/tfjs-node": "^3.12.0",
"axios": "^0.24.0",
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"chalk": "4.1.2",
"cheerio": "^1.0.0-rc.10",
"delay": "^5.0.0",
"discord-giveaways": "^5.0.1",
"discord-together": "^1.3.25",
"discord.js": "^13.3.1",
"discordx": "^9.0.1",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.6",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"get-urls": "^10.0.1",
"gm": "^1.23.1",
"is-image": "^3.0.0",
"lavasfy": "^2.3.0",
"lodash": "^4.17.21",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"mongoose": "^6.0.15",
"ms": "^2.1.3",
"node-fetch": "2.6.6",
"nsfwjs": "^2.4.1",
"pretty-ms": "^7.0.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"require-all": "^3.0.0",
"skia-canvas": "^0.9.27",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"then-request": "^6.0.2",
"threads": "^1.7.0",
"wikipedia": "^1.1.6"
},
"devDependencies": {
"@types/gm": "^1.18.10",
"@types/lodash": "^4.14.177",
"@types/moment-duration-format": "^2.2.3",
"@types/ms": "^0.7.31",
"@types/node": "^16.11.12",
"@types/request": "^2.48.7",
"@types/require-all": "^3.0.3",
"@types/snekfetch": "^4.0.3",
"@types/superagent": "^4.1.13",
"dotenv": "^10.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameliakiara/MeeS.git"
},
"keywords": [
"Discord Music",
"Music Discord",
"Anime",
"Manga"
],
"author": {
"name": "Nao",
"email": "[email protected]",
"url": "https://kiara.pw"
},
"homepage": "https://github.com/ameliakiara/MeeS#readme",
"bugs": {
"url": "https://github.com/ameliakiara/MeeS/issues",
"email": "[email protected]"
}
}