-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 958 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": "mute-bot-eve",
"version": "0.1.0",
"description": "Translator bot for Mute (netflux branch)",
"main": "app.js",
"scripts": {
"build": "rollup -c",
"prestart": "npm run build"
},
"keywords": [
"bot",
"mute",
"netflux",
"translator"
],
"author": "Matthieu Nicolas",
"license": "AGPL-3.0",
"dependencies": {
"bufferutil": "^1.2.1",
"commander": "^2.9.0",
"diff": "^3.0.0",
"mute-client": "https://github.com/coast-team/mute-client#netflux",
"mute-structs": "0.0.7",
"mute-utils": "^0.1.1",
"netflux": "1.0.0-rc.3",
"request": "^2.75.0",
"utf-8-validate": "^1.2.1",
"ws": "^1.1.1",
"yandex-translate": "^2.1.0"
},
"devDependencies": {
"rollup": "^0.36.0",
"rollup-plugin-node-resolve": "^2.0.0",
"eslint": "~3.7.0",
"eslint-config-conaclos": "^1.2.1",
"eslint-plugin-promise": ">=2.0.1",
"eslint-plugin-extra-rules": ">=0.6.1"
}
}