mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "engine.io-protocol-test-suite",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier -w *.js",
|
|
"test": "mocha test-suite.js"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"chai-string": "^1.5.0",
|
|
"mocha": "^9.2.1",
|
|
"node-fetch": "^3.2.0",
|
|
"prettier": "^2.5.1",
|
|
"ws": "^8.5.0"
|
|
}
|
|
}
|