-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
78 lines (78 loc) · 2.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ws-tool",
"version": "1.0.0",
"description": "A Develop Tool to Test WebSocket, Socket.IO, Stomp, HTTP, TCP, UDP, WebRTC, DNS API.",
"scripts": {
"build": "clean-scripts build",
"dev": "cross-env NODE_ENV=development clean-scripts build",
"lint": " clean-scripts lint",
"test": "clean-scripts test",
"fix": "clean-scripts fix",
"watch": "cross-env NODE_ENV=development clean-scripts watch",
"prerender": "clean-scripts prerender",
"screenshot": "clean-scripts screenshot"
},
"repository": "git+https://github.com/plantain-00/ws-tool.git",
"author": "York Yao",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantain-00/ws-tool/issues"
},
"typeCoverage": {
"atLeast": 99.07
},
"homepage": "https://github.com/plantain-00/ws-tool#readme",
"dependencies": {
"compression": "1.7.4",
"express": "4.17.1",
"node-fetch": "3.0.0",
"tslib": "2.3.1",
"ws": "8.2.2"
},
"devDependencies": {
"@types/clipboard": "2.0.7",
"@types/component-emitter": "1.2.10",
"@types/compression": "1.7.2",
"@types/express": "4.17.13",
"@types/node": "16.9.6",
"@types/node-fetch": "3.0.3",
"@types/webpack": "5.28.0",
"@types/ws": "7.4.7",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"autoprefixer": "10.3.5",
"bootstrap": "5.1.1",
"clean-css-cli": "5.3.3",
"clean-scripts": "1.20.1",
"clipboard": "2.0.8",
"cross-env": "7.0.3",
"dns-protocol": "2.1.0",
"ejs": "3.1.6",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.1",
"github-fork-ribbon-css": "0.2.3",
"http-server": "13.0.2",
"markdownlint-cli": "0.28.1",
"no-unused-export": "1.14.2",
"postcss": "8.3.7",
"postcss-cli": "9.0.0",
"protobufjs": "6.11.2",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"socket.io-parser": "4.0.4",
"sw-precache": "5.2.1",
"ts-loader": "9.2.6",
"ts-node": "10.2.1",
"tsconfig-plantain": "0.0.2",
"type-coverage": "2.18.2",
"typescript": "4.4.3",
"uglify-js": "3",
"vue": "3.2.18",
"watch-then-execute": "1.2.0",
"webpack": "5.54.0",
"webpack-cli": "4.8.0",
"webrtc-adapter": "8.1.0"
}
}