mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Try to switch to node-opus
This commit is contained in:
+4
-2
@@ -8,7 +8,8 @@
|
||||
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node shardingmanager.js"
|
||||
"start": "node shardingmanager.js",
|
||||
"install": "node-gyp configure; node-gyp build"
|
||||
},
|
||||
"engines": {
|
||||
"node": "7.7.3"
|
||||
@@ -29,7 +30,8 @@
|
||||
"moment": "^2.17.1",
|
||||
"moment-duration-format": "^1.3.0",
|
||||
"morse": "^0.1.0",
|
||||
"opusscript": "0.0.3",
|
||||
"node-gyp": "^3.6.0",
|
||||
"node-opus": "^0.2.4",
|
||||
"pirate-speak": "^1.0.1",
|
||||
"request-promise": "^4.1.1",
|
||||
"roman-numeral-converter-mmxvi": "^1.0.5",
|
||||
|
||||
Reference in New Issue
Block a user