-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 875 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
{
"name": "noodle.js",
"version": "1.5.0",
"homepage": "https://github.com/Gielert/NoodleJS",
"bugs": "https://github.com/Gielert/NoodleJS/issues",
"repository": {
"type": "git",
"url": "https://github.com/Gielert/NoodleJS.git"
},
"engines": {
"node": ">=10.0.0"
},
"description": "A NodeJS mumble client",
"main": "src/Client.js",
"scripts": {
"test": "nyc --reporter=text-summary mocha --exit",
"lint": "eslint src"
},
"keywords": [
"NodeJS",
"Mumble"
],
"author": "Michiel",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"bluebird": "^3.7.2",
"fluent-ffmpeg": "^2.1.2",
"protobufjs": "^6.9.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.12.0",
"gulp": "^4.0.2",
"jsdoc-to-markdown": "^6.0.1",
"mocha": "^8.2.0",
"nyc": "^15.1.0"
}
}