Skip to content

Commit

Permalink
update socket/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 8, 2025
1 parent cc15b76 commit 70f0365
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions socket/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"main": "src/main.js",
"type": "module",
"author": "Sebastian Jn <[email protected]>",
"dependencies": {
"socket.io": "^4.8.1"
}
"name": "@cookie-clicker-brasil/socket",
"private": true,
"version": "1.0.0",
"main": "src/main.js",
"type": "module",
"author": "Sebastian Jn <[email protected]>",
"dependencies": {
"socket.io": "^4.8.1"
},
"engines": {
"npm": ">=8",
"node": ">=18"
}
}

0 comments on commit 70f0365

Please sign in to comment.