Spaces:
Runtime error
Runtime error
FlameFace commited on
Update package.json
Browse files- package.json +12 -2
package.json
CHANGED
|
@@ -8,5 +8,15 @@
|
|
| 8 |
"opusscript": "^0.0.8",
|
| 9 |
"prism-media": "^1.3.5",
|
| 10 |
"sodium-native": "^4.0.4"
|
| 11 |
-
}
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"opusscript": "^0.0.8",
|
| 9 |
"prism-media": "^1.3.5",
|
| 10 |
"sodium-native": "^4.0.4"
|
| 11 |
+
},
|
| 12 |
+
"name": "nodelink",
|
| 13 |
+
"description": "Performant LavaLink replacement written in Node.js.",
|
| 14 |
+
"version": "1.0.0",
|
| 15 |
+
"main": "config.js",
|
| 16 |
+
"directories": {
|
| 17 |
+
"doc": "docs"
|
| 18 |
+
},
|
| 19 |
+
"devDependencies": {},
|
| 20 |
+
"author": "",
|
| 21 |
+
"license": "ISC"
|
| 22 |
+
}
|