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.

18 lines
368 B

2 years ago
{
2 years ago
"name": "game-server",
"version": "2.0",
2 years ago
"private": true,
"main": "out/index.js",
2 years ago
"types": "src/index.ts",
2 years ago
"dependencies": {
2 years ago
"dotenv": "^16.0.3",
2 years ago
"https": "^1.0.0",
"ini": "^2.0.0",
2 years ago
"socket.io": "^4.4.1"
2 years ago
},
"devDependencies": {
2 years ago
"@types/node": "^17.0.18",
2 years ago
"typescript": "^4.5.5"
}
}