-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "discord-together",
"version": "1.3.31",
"description": "Play games or watch YouTube videos together on Discord! More than 22 games available!",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"format": "prettier --write \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/RemyK888/discord-together.git"
},
"keywords": [
"discord activities",
"discordjs activities",
"discord activity",
"discord together",
"discord 2gether",
"watch2gether",
"youtube",
"discord.js",
"together",
"discord",
"youtube",
"videos",
"poker"
],
"author": "RemyK",
"license": "MIT",
"bugs": {
"url": "https://github.com/RemyK888/discord-together/issues"
},
"homepage": "https://github.com/RemyK888/discord-together#readme",
"dependencies": {
"discord.js": "^14.2.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^16.3.1",
"check-dts": "^0.5.2",
"prettier": "^2.3.2"
}
}