-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 933 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 933 Bytes
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
{
"name": "wooper",
"version": "1.0.0",
"description": "I am a woopy wooper.",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "standard ./ && node test/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ossman11/wooper.git"
},
"keywords": [
"woop",
"woopwoopworld"
],
"author": "ossman11",
"license": "ISC",
"bugs": {
"url": "https://github.com/ossman11/wooper/issues"
},
"homepage": "https://github.com/ossman11/wooper#readme",
"devDependencies": {
"standard": "^11.0.1"
},
"dependencies": {
"discord.js": "^11.3.2",
"erlpack": "github:discordapp/erlpack",
"ffmpeg-binaries": "^3.2.2-3",
"libsodium-wrappers": "^0.7.3",
"node-opus": "^0.3.0",
"spotify-web-api-node": "^3.1.1",
"uws": "^10.148.0",
"youtube-node": "^1.3.2",
"ytdl-core": "^0.20.4",
"zlib-sync": "^0.1.4"
}
}