You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "game-server",
|
|
"version": "2.0",
|
|
"private": true,
|
|
"main": "out/index.js",
|
|
"types": "src/index.ts",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.3",
|
|
"https": "^1.0.0",
|
|
"ini": "^2.0.0",
|
|
"socket.io": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.18",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|
|
|