Bumps [@koa/cors](https://github.com/koajs/cors) from 4.0.0 to 5.0.0. - [Changelog](https://github.com/koajs/cors/blob/master/History.md) - [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: "@koa/cors" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"name": "socketio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@koa/cors": "^5.0.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"koa": "^2.14.2",
|
|
"socket.io": "^4.6.2"
|
|
}
|
|
}
|