-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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": "multiple-websockets",
"version": "0.1.4",
"description": "a React Component or Hook which allow multiple websocket connections",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jambo2018/multiple-websockets.git"
},
"keywords": [
"React",
"websocket",
"hook",
"multiple",
"communication",
"react-websocket"
],
"author": "Jambo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jambo2018/multiple-websockets/issues"
},
"homepage": "https://github.com/Jambo2018/multiple-websockets#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"react": "^17.0.2",
"ts-loader": "^9.2.7",
"tslint": "^6.1.3",
"tslint-config-airbnb-base": "^0.3.0",
"tslint-loader": "^3.5.4",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}