mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 23:18:02 -05:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "webpack-build",
|
|
"version": "1.0.0",
|
|
"description": "A sample Webpack build",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"socket.io-client": "^4.4.1",
|
|
"webpack": "^5.72.0",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|