mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-14 09:27:54 -05:00
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "webpack-build-server",
|
|
"version": "1.0.0",
|
|
"description": "A sample Webpack build (for the server)",
|
|
"scripts": {
|
|
"start": "node dist/server.js",
|
|
"build": "webpack --config ./support/webpack.config.js"
|
|
},
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"socket.io": "^4.0.0",
|
|
"webpack": "~4.43.0",
|
|
"webpack-cli": "~3.3.11"
|
|
}
|
|
}
|