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.

15 lines
257 B

{
"name": "e4mc-client-node",
"version": "1.0.0",
"main": "client.js",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
"typescript": "^5.0.3"
},
"dependencies": {
"ws": "^8.13.0"
}
}