-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 966 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
{
"name": "@gertt/ws-transform-stream",
"version": "0.0.0",
"description": "Node.JS websocket Transform stream implementation",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GertSallaerts/ws-transform-stream.git"
},
"keywords": [
"ws",
"websocket",
"transform",
"stream"
],
"author": "Gert Sallaerts",
"license": "MIT",
"bugs": {
"url": "https://github.com/GertSallaerts/ws-transform-stream/issues"
},
"homepage": "https://github.com/GertSallaerts/ws-transform-stream#readme",
"dependencies": {
"p-queue": "^3.1.0",
"ws": "^6.1.4"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}