9d359c5da3
Bumps [socket.io-client](https://github.com/socketio/socket.io) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/4.7.2...socket.io-client@4.8.0) --- updated-dependencies: - dependency-name: socket.io-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"name": "tn-api.js",
|
|
"version": "0.7.0",
|
|
"description": "Thunder Network's API Wrapper",
|
|
"main": "build/index.js",
|
|
"repository": "https://source.thundernetwork.org/ThunderNetworkRaD/tn-api.js",
|
|
"author": "ThunderNetworkRaD | Killer Boss Original",
|
|
"private": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "yarn build && node build/test.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/ws": "^8.5.12",
|
|
"axios": "^1.6.2",
|
|
"global": "^4.4.0",
|
|
"socket.io-client": "^4.8.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.3"
|
|
}
|
|
}
|