ddc5f9fc62
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 22.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
655 B
JSON
26 lines
655 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.7.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.2.0"
|
|
}
|
|
}
|