mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
Release notes: - https://github.com/websockets/ws/releases/tag/8.18.3 - https://github.com/debug-js/debug/releases/tag/4.4.1
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"chai": "^4.3.7",
|
|
"mocha": "^10.2.0",
|
|
"prettier": "^2.8.4",
|
|
"rollup": "^3.20.2",
|
|
"socket.io": "^4.6.1",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"scripts": {
|
|
"bundle": "rollup -c",
|
|
"check-bundle-size": "node check-bundle-size.js",
|
|
"format": "prettier -w src/ test/",
|
|
"test": "mocha"
|
|
}
|
|
}
|