-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "metabot",
"version": "1.0.0",
"description": "MetaBot is a High-Level framework built on top of discord.js for creating Discord-Bots of any kind.\r It is written in TypeScript, so it can be used with Javascript too.\r *This Framework is not Finished yet so it could be instable*",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"watch": "nodemon",
"start:dev": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMuffin/MetaBot.git"
},
"author": "MetaMuffin",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MetaMuffin/MetaBot/issues"
},
"homepage": "https://github.com/MetaMuffin/MetaBot#readme",
"devDependencies": {
"@types/node": "^14.14.14",
"@types/yt-search": "^2.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@typeit/discord": "^4.0.8",
"@types/mongodb": "^3.6.3",
"discord.js": "^12.5.1",
"emoji-data-ts": "0.0.5",
"mongodb": "^3.6.3",
"opusscript": "0.0.7",
"tiny-typed-emitter": "^2.0.3",
"translatte": "^2.5.8",
"tslib": "^2.0.3",
"yt-search": "^2.5.1",
"ytdl-core": "^4.2.1",
"ytsr": "^0.1.21"
}
}