-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·37 lines (37 loc) · 931 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": "plus-websocket",
"version": "1.0.7",
"homepage": "https://github.com/zhetengbiji/plus-websocket",
"repository": {
"type": "git",
"url": "git+https://github.com/zhetengbiji/plus-websocket.git"
},
"bugs": {
"url": "https://github.com/zhetengbiji/plus-websocket/issues"
},
"description": "plus-websocket",
"main": "out/index.js",
"scripts": {
"build": "node build/build.js",
"dev": "node build/build.js dev",
"prepublishOnly": "node build/build.js",
"test": "node test"
},
"keywords": [
"websocket"
],
"author": "guoshengqiang",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/html5plus": "^1.0.0",
"babel-loader": "^8.0.6",
"html-loader": "^0.5.5",
"raw-loader": "^4.0.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"ws": "^7.1.2"
}
}