-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 952 Bytes
/
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
{
"name": "partify",
"version": "1.0.0",
"description": "A Discord project that lets you party with other users using Spotify!",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonknowsstuff/partify.git"
},
"keywords": [
"spotify",
"discord",
"party"
],
"author": "simonknowsstuff, HttpError",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonknowsstuff/partify/issues"
},
"homepage": "https://github.com/simonknowsstuff/partify#readme",
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"pug": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"scrape-youtube": "^2.1.14",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"eslint": "^8.13.0",
"node": "^16.14.2"
},
"type": "module"
}